.guest{
    margin-top: 9rem;
}

.guest .press__slider__title{
    margin-bottom: 11.2rem;
}

.pagination-guest{
    top: auto !important;
    bottom: 0 !important;
}

.swiper-guest__rev{
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    text-align: center;
    color: #EDF2F2;
    font-family: minion-pro, serif;
    font-style: italic;
    font-size: 1.6em;
    line-height: 2.4rem;
    width: 29rem;
    margin: 0 auto;
}

.swiper-guest__rev span{
    display: block;
}

.swiper-guest__name{
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    text-align: center;
    color: #EDF2F2;
    font-family: minion-pro, serif;
    font-size: 1.6em;
    line-height: 2.4rem;
    width: 100%;
    margin-top: 3.8rem;
    margin-bottom: 5.5rem;
    display: inline-block;
}

@media only screen and (min-width: 992px){

    .guest{
        margin-top: 15.3rem;
    }

    .guest .row{
        max-width: 136.4rem;
    }
    
    .guest .press__slider__title{
        margin-bottom: 6.2rem;
    }

    .guest .press__slider__wrapper{
        padding-bottom: 8rem;
    }

    .swiper-guest__rev{
        font-size: 1.8em;
        line-height: 3.2rem;
        width: 40rem;
    }

    .swiper-guest__name{
        font-size: 1.8em;
        line-height: 3.2rem;
    }

    .pagination-guest{
        width: 42.8rem !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%) !important;
            -ms-transform: translateX(-50%) !important;
                transform: translateX(-50%) !important;
    }
}