.contenedorImagenHappyCouple {
    width: 15rem;
    height: 15rem;
    box-shadow: 0px 3px 6px #00000029;
}

.grid-item {
    width: 50%;
}

.grid-item--ancho {
    width: 100%;
}

.nombres-pareja {
    font-size: 35px;
    line-height: 35px;
    width: fit-content;
    font-family: 'White Angelica';
}

.testimonio-pareja {
    white-space: pre-line;
}

.contenedorImagenCircular {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .grid-item {
        width: 100%;
    }

    .contenedorImagenHappyCouple {
        width: 10rem;
        height: 10rem;
    }

    .contenedorImagenCircular {
        margin-right: 0;
    }

    .nombres-pareja {
        font-size: 30px;
        line-height: 30px;
        width: fit-content;
        font-family: 'White Angelica';
    }
}