.section-title {
    color: var(--primary-text);
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    line-height: 48px;
    position: relative;
    margin-bottom: 52px;
}

    .section-title::before,
    .section-title::after {
        content: "";
        position: absolute;
        left: 25%;
        top: 22px;
        width: 45px;
        height: 2px;
        background-color: var(--secondary-text);
    }

    .section-title::after {
        left: unset;
        right: 25%;
    }

.testimonial-section {
    padding-top: 10px;
    padding-bottom: 0;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.swiper-slide {
    text-align: left;
    padding: 15px;
    background: #fff;
    /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;*/
    border: 1px solid #ddd
}

    .swiper-slide img {
        height: 70px !important;
        object-fit: contain;
    }

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #d9d9d9;
    background: #504b4b;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -4px);
}

.swiper-pagination-bullet-active {
    background: #0080FF;
}

.swiper.testimonial-wrapper {
    padding-top: 0;
    padding-bottom: 36px;
}

.testimonial-items .testimonial-text {
    min-height: 246px;
    color: #333;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    max-width: 330px;
    margin-bottom: 0;
}

.testimonial-items .testimonial-title {
    color: var(--white-text-white);
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
}

    .testimonial-items .testimonial-title::before {
        content: "";
        position: absolute;
        left: -23px;
        top: 9px;
        width: 20px;
        height: 1px;
        background-color: var(--white-text-white);
    }

.testimonial-items p {
    margin-bottom: 0
}

.testimonial-img {
    position: relative;
    width: 220px;
    margin-bottom: 20px
}

    .testimonial-img::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: none
    }

    .testimonial-img.tm-img-1::before {
        background-image: url(https://w7.pngwing.com/pngs/646/829/png-transparent-avatar-man-ico-icon-cartoon-little-boy-avatar-cartoon-character-png-material-child-thumbnail.png);
    }

    .testimonial-img.tm-img-2::before {
        background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
    }

    .testimonial-img.tm-img-3::before {
        background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
    }


















/* media query  */
@media screen and (min-width: 768px) {
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .section-title::before,
    .section-title::after {
        width: 141px;
    }

    /*   .section-title::before,
  .section-title::after {
    left: 25%;
  }
  .section-title::after {
    right: 25%;
  } */
}
@media (min-width: 1279px) and (max-width: 1369px) {
    .testimonial-items .testimonial-text {
        min-height: 266px
    }
}