.reviews-section{
    margin: 0;
    opacity: 0;
    transition: 0.2s linear;
    height: 0;
}
.reviews-section .slick-slider{
    margin: 40px 0 5vh;
}
.carousel-content{
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.24px;
    margin: 0 3vw;
    text-align: center;
    height: 120px;
    /* display: grid;
    grid-template-rows: 4fr 1fr; */
}
.carousel-content p{
    height: 80px;
}
.carousel-footer{
    margin: auto 2.5vw 0;
    display: flex;
    flex-direction: column;
    height: 50px;
    align-items: center;
}

.reviews-section .slick-slider .content-author{
    color: #2c3a4a;
    display: block;
    font-weight: 900;
    /* margin: auto 3vw 0; */
}
.quote-symbol{
    width: 30px;
    height: 45px;
    font-family: TimesNewRomanPS-MT;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.9px;
    text-align: center;
    color: #2c3a4a;
    margin: 0 auto;
}
.carousel-item.slick-slide{
    transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
}
.carousel-item.slick-slide.slick-active{
    opacity: 1;
}
.carousel-item.slick-slide.slick-current.slick-active + .carousel-item {
    opacity: 1;
}

.feedback-form-wrapper{
    display: grid;
    justify-content: center;
}
.feedback-form-wrapper .feedback-toggle{
    justify-self: center;
    padding: 1vh;
}
.feedback-form{
    height: 0;
    transition: 0.4s ease-in-out;
}
.show-vertical {
    height: 545px;
}
.btn-right-align{
    margin: 0 0 0 auto;
}
button.slick-next.slick-arrow,button.slick-prev.slick-arrow{
    cursor: pointer;
}
.review-crousel-title{
    width: 100%;
    height: auto;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.9px;
    text-align: center;
    color: #000000;
    text-align: center; 
    margin: 0 auto;
}
.reviews-carousel-description {
    text-align: center;
    margin: 7px auto;
    color: #111111;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1024px) {
    .reviews-section .slick-slider{
        height: auto;
    }
    .reviews-section{
        margin: 0px 2vw 0;
    }
    .reviews-section{
        margin: 0px 0vw 0;
    }
    .carousel-content{
        margin: 2vh 3vw;
    }
}
@media only screen and (max-width: 414px) {
    .feedback-form-wrapper{
        margin: 5vh 0 0 0;
    }
    .carousel-item.slick-slide{
        margin: 4vh 0 4vh 0;
    }
    .reviews-section{
        margin: 0px 2vw 0;
    }
    .carousel-content{
        margin: 0 0 1vh;
        max-height: 160px;
        height: 155px;
    }
    .carousel-footer{
        margin: 0 2.5vw; 
    }
    .carousel-footer .rating{
        margin: 0 auto;
        display: block;
        width: max-content;
    }
    .carousel-footer .content-author{
        color: #2c3a4a;
        display: block;
        font-weight: 900;
        margin: auto auto 0;
        text-align: center;
    }
    .reviews-slider > button.slick-next.slick-arrow{
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translate(-50%, 0) rotate(270deg);
    }
    .reviews-slider > button.slick-prev.slick-arrow{
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0) rotate(270deg);
    }
    .review-crousel-title{
        width: 100%;
        font-size: 32px;
    }
}