.testimonials-button-area {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.testimonials-button-area .button-next-prev .swiper-button-prev {
    right: 45px;
    left: auto;
}
@media only screen and (max-width: 575px) {
    .testimonials-button-area .button-next-prev .swiper-button-prev {
        right: 90px;
    }
}
.testimonials-button-area .button-next-prev .swiper-button-next {
    right: 0;
    left: auto;
}
@media only screen and (max-width: 575px) {
    .testimonials-button-area .button-next-prev .swiper-button-next {
        right: 35px;
    }
}
.testimonials-button-area .button-next-prev .swiper-button-prev,
.testimonials-button-area .button-next-prev .swiper-button-next {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    background: transparent;
    color: var(--color-primary);
    transition: 0.3s;
    top: -25px;
}
@media only screen and (max-width: 575px) {
    .testimonials-button-area .button-next-prev .swiper-button-prev,
    .testimonials-button-area .button-next-prev .swiper-button-next {
        top: -20px;
        height: 40px;
        width: 40px;
    }
}
.testimonials-button-area .button-next-prev .swiper-button-prev::after,
.testimonials-button-area .button-next-prev .swiper-button-next::after {
    font-size: 14px;
    transition: 0.3s;
}
.testimonials-button-area .button-next-prev .swiper-button-prev:hover,
.testimonials-button-area .button-next-prev .swiper-button-next:hover {
    border: 1px solid transparent;
    transform: scale(1.05);
    background: var(--color-primary);
}
.testimonials-button-area .button-next-prev .swiper-button-prev:hover::after,
.testimonials-button-area .button-next-prev .swiper-button-next:hover::after {
    color: #fff;
}

.team-area .swiper-style-one h3 {
    @media only screen and (max-width: 775px) {
        font-size: 20px;
    }
}