section.carousel_single_cards {
    padding: 117px 0 102px;
}
.home .carousel_single_cards {
    padding:70px 0 134px;
}
section.carousel_single_cards h2 {
    text-align: center;
    margin-bottom: 67px;
    color: #0C1750;
    font-family: "lemonde-courrier", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
}

section.carousel_single_cards .testimonials {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -40px;*/
}

section.carousel_single_cards .testimonials .testimonial {
    width: 50%;
    display: flex;
    padding: 0 40px;
    margin: 0 0 110px;
}

section.carousel_single_cards .testimonials .testimonial .image {
    width: 100%;
    max-width: 197px;
    min-width: 197px;
    margin-right: 30px;
}

section.carousel_single_cards .testimonials .testimonial .image img {
    display: block;
    width: 100%;
}

section.carousel_single_cards .testimonials .testimonial .content {
    color: #343434;
    font-size: 18px;
    line-height: 28px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    padding: 25px 0 0;
}

section.carousel_single_cards .testimonials .testimonial .content p {
    margin: 0 0 10px;
}

section.carousel_single_cards .testimonials .testimonial .content p:last-of-type {
    margin-bottom: 0;
}

section.carousel_single_cards .testimonials .testimonial .content strong {
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
}

section.carousel_single_cards .btn-holder {
    display: flex;
    justify-content: center;
}

section.carousel_single_cards .btn-holder .purple-btn {
    height: 49px;
    text-transform: uppercase;
    color: white;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    padding: 0 34px;
    font-size: 14px;
    background: #512873;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.carousel_single_cards .btn-holder .purple-btn:hover {
    background-color: #bd0362;
}

@media (max-width: 1200px) {
    section.carousel_single_cards {
        padding: 80px 0;
    }

    section.carousel_single_cards h2 {
        margin-bottom: 50px;
    }

    section.carousel_single_cards .testimonials .testimonial {
        padding: 0;
        margin: 0 0 60px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    section.carousel_single_cards {
        padding: 70px 0;
    }

    section.carousel_single_cards .testimonials .testimonial {
        margin: 0 0 40px;
    }
}

@media (max-width: 768px) {
    section.carousel_single_cards {
        padding: 60px 0;
    }

    section.carousel_single_cards h2 {
        font-size: 28px;
        line-height: 38px;
    }

    section.carousel_single_cards .testimonials .testimonial .image {
        max-width: 130px;
        min-width: 130px;
    }
}

@media (max-width: 576px) {
    section.carousel_single_cards {
        padding: 50px 0;
    }

    section.carousel_single_cards h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 40px;
    }

    section.carousel_single_cards .testimonials .testimonial {
        display: flex;
        flex-direction: column;
    }

    section.carousel_single_cards .testimonials .testimonial .image {
        margin-right: 0;
        margin-bottom: 25px;
    }

    section.carousel_single_cards .testimonials .testimonial .content {
        padding: 0;
        font-size: 16px;
        line-height: 26px;
    }

    section.carousel_single_cards .btn-holder .purple-btn {
        padding: 0 15px;
        height: 40px;
        font-size: 12px;
    }
}