﻿.testimonials {
    padding: 7rem 5vw;
    background: linear-gradient(205deg, rgba(39, 63, 131, 0.3) 0%, rgba(39, 63, 131, 0) 90.62%);
    border-bottom: none;
}

.testimonials__title {
    margin: 0 0 5rem;
    color: #252525;
    font-size: 2.4rem;
    line-height: 3.15rem;
}

.testimonials__swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    margin: 0 1rem 0 0;
}

.testimonials__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 42rem;
    min-height: 24rem;
    padding: 4rem;
    background: #fff;
    border-radius: 24px;
}

.testimonials__profile {
    margin: 0 0 1.7rem;
}

.testimonials__img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonials__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonials__text {
    margin: 0 0 1.4rem;
    color: #808080;
    font-size: 1.6rem;
    font-style: italic;
}

.testimonials__name {
    color: #3f3f3f;
}

@media screen and (min-width: 62.0625em) {
    .testimonials__title {
        font-size: 3.8rem;
        line-height: 5.4rem;
    }

    .swiper-wrapper {
        display: flex;
        justify-content: center;
    }

    .testimonials__content {
        width: min(35rem, 75%);
    }

    .testimonials__card {
        flex-direction: row;
        min-height: 14rem;
    }

    .testimonials__profile {
        width: 25%;
        margin: 0 2.4rem 0 0;
    }
}
