.testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
}


.testimonials .header_block {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(4, 11, 47, 0.15);
}

.testimonials .header_block .header{
    color: #040B2F;
    font-family: "Exo 2";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.testimonials block-slider {
    height: 442px;
}

.testimonials block-slider .arrows {
    position: absolute;
    top: -24px;
    translate: 0 -100%;
    right: 0;
    display: flex;
    gap: 7px;
}

.testimonials block-slider .arrows #arrowR{
    rotate: 180deg;
}

.testimonials block-slider .pagination {
    position: absolute;
    top: -24px;
    translate: 0 -100%;
    right: 122px;
    display: flex;
    align-items: center;
    color: rgba(4, 11, 47, 0.65);
    font-family: "Exo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 7px 0;
}

.testimonials block-slider .pagination .current {
    color: #040B2F;
    font-family: "Exo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
}

.testimonials block-slider .testimonal {
    display: flex;
    gap: 33px;
    align-items: flex-end;
    padding-top: 32px;
    height: 100%;
}

.testimonials block-slider .testimonal img {
    width: 410px;
    height: 410px;
}

.testimonials block-slider .testimonal .right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonials block-slider .testimonal .right .title{
    color: #040B2F;
    font-family: "Exo 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 24px;
}

.testimonials block-slider .testimonal .right .content{
    display: flex;
    align-self: stretch;
    flex-direction: column;
    gap: 16px;
}

.testimonials block-slider .testimonal .right .content .experience{
    color: #040B2F;
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.testimonials block-slider .testimonal .right .content .experience b{
    color: rgba(4, 11, 47, 0.25);
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}


.testimonials block-slider .testimonal .right .content .text{
    align-self: stretch;
    color: #040B2F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media(max-width: 699px) {
    .testimonials {
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .testimonials .header_block {
        padding-bottom: 72px;
    }

    .testimonials .header_block .header{
        font-size: 28px;
        font-weight: 500;
        line-height: 130%;
        width: 237px;
    }

    .testimonials block-slider {
        height: unset;
    }

    .testimonials block-slider .arrows #arrowR{
        rotate: 180deg;
    }

    .testimonials block-slider .pagination {
        right: unset;
        left: 0;
    }

    .testimonials block-slider .testimonal {
        align-items: unset;
        flex-direction: column;
    }

    .testimonials block-slider .testimonal img {
        width: 288px;
        height: 320px;
        object-fit: cover;
    }

    .testimonials block-slider .testimonal .right {
        gap: 16px;
    }

    .testimonials block-slider .testimonal .right .title{
        font-size: 24px;
        padding-bottom: 0;
    }

    .testimonials block-slider .testimonal .right .content .experience{
        font-size: 16px;
    }

    .testimonials block-slider .testimonal .right .content .experience b{
        font-size: 16px;
    }

    .testimonials block-slider .testimonal .right .content .text{
        font-size: 14px;
    }
}