.testimonial_and_article_bg {
    width: 100%;
    height: 100%
}

.testimonial-section {
    width: 100%
}

.testimonial-title h2 {
    width: 100%;
    max-width: 575px
}

.testimonial-desc p {
    font-family: var(--secondary_font) !important;
    font-weight: var(--regular) !important;
    color: var(--grey);
    line-height: 30px;
}

.testimonial-card-content p,
.user-name p {
    font-family: var(--secondary_font);
    line-height: 30px;
    font-weight: 400;
}

.testimonial-card {
    width: 430px;
    box-shadow: 0 0 40px 0 #aad9F31A;
    background-color: #fff;
    border-radius: 10px;
}

.testimonial-card-content {
    padding: 30px;
}

.user-rating-star>* {
    color: #ffc065;
}

.user-rating-star {
    gap: 3px;
}

.testimonial-card-content p {
    color: var(--grey);
    margin-top: 14px;
    margin-bottom: 0;
    font-style: italic;
    text-align: start;
}

.user-details-bg {
    padding: 13px 30px;
    background-color: var(--orange);
    width: 100%;
    max-width: 345px;
    border-radius: 20px 260px 10px 20px;
    gap: 31px
}

.profile-img {
    width: 50px;
    height: 50px
}

.profile-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.user-name span {
    color: #fff;
    font-size: 18px;
    font-weight: var(--regular)
}

.user-name p {
    color: var(--white);
}

.user-details-profile {
    gap: 12px
}

.mySwiper.swiper-wrapper {
    padding-top: 40px
}

.mySwiper .swiper-slide {
    width: fit-content !important
}

.mySwiper .swiper-slide:last-child {
    margin-right: 30px
}

.swiper-wrapper {
    transition-timing-function: linear !important
}

.testimonial-cards-group {
    margin-top: 40px;
    width: 100%;
    height: 100%;
}

.swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    z-index: 10
}

.mySwiper {
    height: 100%
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    color: var(--orange);
    margin: auto;
    z-index: 10;
    font-weight: 900
}

.container-slider {
    width: 100%;
    max-width: 1620px;
    margin: 0 0 0 auto
}

.divider-left,
.divider-right {
    position: absolute;
    bottom: 30px;
    width: calc(50% - 160px);
    height: 1px;
    background-color: #bebaba83
}

.divider-left {
    left: 0
}

.divider-right {
    right: 0
}

.nav-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
    width: 100%
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    position: static;
    z-index: 10;
    width: 171px
}

.swiper-pagination-bullet {
    width: 17px;
    height: 9px;
    background: #e6e6e6;
    opacity: 1;
    border-radius: 15px
}

.swiper-pagination-bullet-active {
    width: 26px;
    transition: width .5s;
    height: 9px;
    border-radius: 15px;
    background: var(--orange);
    border: 1px solid transparent
}

.divider {
    width: 50%;
    height: 2px;
    background-color: #000;
    margin: 10px 0
}

@media (max-width:1620px) {
    .swiper-wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:1350px) {
    .testimonial-cards-group {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:1024px) {
    .testimonial-section {
        padding-bottom: 10px;
    }

    .testimonial-cards-group {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:991px) {

    .testimonial-section .prefix,
    .testimonial-section h2 {
        text-align: center
    }

    .testimonial-title h2 {
        max-width: 100%;
    }

    .testimonial-cards-group {
        width: 100%;
        height: 100%;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .testimonial-cards-group {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:575px) {
    .testimonial-cards-group {
        width: 100%;
        height: 100%;
    }

    .testimonial-card {
        width: 100%;
    }

    .swiper-wrapper {
        padding-left: 10px;
        gap: 10px;
        align-items: center;
    }
}