.testimonial-block .btn {
    margin-top: 40px;
}

.card-testimonial {
    position: relative;
    overflow: visible;
}

.card-testimonial {
    max-width: 373px;
}

.card-testimonial.card-rounded .card-body {
    padding: 50px 30px;
    border-radius: 9px;
    height: 100%;
}

.card-testimonial .card-thumbnail {
    width: 135px;
    height: 135px;
    border-radius: 100%;
    position: absolute;
    border: 9px solid var(--orange);
    top: -80px;
    right: -30px
}

.author-name {
    margin-bottom: 10px;
}

.author-country {
    margin-bottom: 20px;
    display: block;
}

.author-country .flag {
    margin-left: 10px;
    display: inline-block;
    width: 25px;
}

.author-country .falg img {
    width: 25px;
}

.testimonial-block .col-6:last-child {
    margin: 0 -35px;
    width: calc(100% + 70px);
}

/* .testimonial-carousel {
    max-width: 400px;
    margin: 0 auto;
} */

@media all and (max-width: 767px) {

    .testimonial-carousel .card {
        /* margin-top: 115px; */
        margin: 115px 35px 0;
    }
}

@media all and (min-width: 768px) {

    .card-testimonial .card-thumbnail {
        width: 225px;
        height: 225px;
        top: -112px;
        right: -112px;
    }

    .card-testimonial.card-rounded .card-body {
        padding: 70px 30px;
    }

    .testimonial-block {
        padding: 110px 0;
    }

    .testimonial-block .col-6 {
        width: 100%;
    }

    .testimonial-carousel .card {
        margin-top: 115px;
    }

}

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

}

@media all and (min-width: 1280px) {

    .testimonial-block .col-6:last-child,
    .testimonial-block .col-6 {
        width: 50%;
        margin: 0;
    }

    .card-testimonial .card-thumbnail {
        top: -112px;
        right: -95px;
    }
    .testimonial-carousel {
        margin-top: -80px;
    }
}