.testimoni-main-box {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
}

.testimoni-main-box h1 {
    margin-bottom: 30px;
}

.testimoni-main-box img {
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px aqua, 0px 0px 0px 6px white, 0px 0px 0px 9px aqua;
    margin-bottom: 30px;
}

.subtitle {
    width: 300px;
    display: grid;
    grid-template-columns: 2fr 10px 3fr;
}

.last {
    margin-bottom: 30px;
}

.testimoni-main-box p {
    text-align: justify;
    margin-bottom: 50px;
}