.testimony-slider-section {
    background-color: #fbf9f7;
}
.testimony-slider-section .testimony-swiper-container {
    width: 100%;
    margin: auto;
}
.testimony-slider-section .slider-btn .prev-btn{
    margin-left: auto;
}
.testimony-slider-section .slider-btn .next-btn{
    margin-right: auto;
}
.testimony-slider-section .slider-btn{
    margin-top: 45px;
}
.testimony-slider-section .swiper-wrapper {
    padding-top: 25px;
}
.header  .underlined.blue::after {
    background-color: #5B51E3;;
  }
@media screen and (max-width: 576px) {
    .testimony-slider-section .testimony-swiper-container {
        width: 90%;
        margin-right: 0;
    }
}