.testimonials-section {
    text-align: center;
}

.testimonials-section > h2 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 700;
}

.testimonials-section > p {
    font-weight: 700;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-section {
    padding-top: 70px;
}

.swiper-slide > div {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px 40px 20px;
    border: solid 0.5px #EE402B;
    border-top: solid 50px #EE402B;
    border-radius: 5px;
    box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.25);
    outline: white 0.5px solid;
}

.swiper-slide {
    padding: 10px 0;
}

.swiper {
    padding: 0 45px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    color: white;
}

.swiper-button-next, .swiper-button-prev {
    background-color: rgba(77, 101, 130, 0.6);
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: rgba(77, 101, 130, 0.8);
        transition: all 0.25s ease;
    }


.swiper-slide > div h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
    height: 60px;
    display: flex;
    align-items: center;
}

.swiper-slide > div > p:nth-child(4) {
    font-weight: 700;
    color: #EE402B;
    font-style: italic;
    font-size: 18px;
}

.swiper-slide > div > p:nth-child(3) {
    height: 130px;
    display: flex;
    align-items: flex-start;
}

.swiper-slide > div img {
    width: 11px;
    height: auto;
}

.testimonial-divider {
    height: 0.5px;
    width: 80px;
    background-color: rgba(238, 64, 43, 0.2);
    display: inline-block;
}

.swiper-slide .divider-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
    gap: 10px;
}

/* ========== MEDIA QUERIES ========== */


@media (max-width: 1210px) {
    /* TESTIMONIALS SECTION */
    .home .testimonials-section {
        width: 1000px;
    }

    .swiper-slide > div > p:nth-child(3) {
        height: 150px;
    }

    .schedule-exam-section > div:nth-child(1) {
        flex: 70%;
    }

    .schedule-exam-section > div:nth-child(2) {
        flex: 30%;
    }
}


@media (max-width: 1010px) {

    /* TESTIMONIALS SECTION */
    .home .testimonials-section {
        width: 800px;
    }

    .swiper-slide > div > p:nth-child(3) {
        height: 120px;
    }
}

@media (max-width: 991px) {

    /* TESTIMONIALS SECTION */
    .swiper-slide > div > p:nth-child(4) {
        height: 35px;
    }
}


@media (max-width: 900px) {
    /* TESTIMONIALS SECTION */
    .home .testimonials-section {
        width: 650px;
    }

    .swiper-slide > div > p:nth-child(3) {
        height: 170px;
    }
}

@media (max-width: 700px) {
    /* TESTIMONIALS SECTION */
    .home .testimonials-section {
        width: 500px;
    }
}

@media (max-width: 500px) {
    /* TESTIMONIALS SECTION */
    .home .testimonials-section {
        width: 450px;
    }

    .swiper-slide > div > h3 {
        height: 90px;
    }

    .swiper-slide > div > p:nth-child(3) {
        height: 150px;
    }
}


@media (max-width: 400px) {
    /* TESTIMONIALS SECTION */
    .home .testimonials-section {
        width: 350px;
    }

    .swiper-slide > div > p:nth-child(3) {
        height: 220px;
    }
}

@media (max-width: 350px) {
    /* TESTIMONIALS SECTION */
    .highlight-card h3 {
        font-size: 30px;
        width: auto;
    }

    .swiper-slide > div > p:nth-child(3) {
        height: 300px;
    }
}