.testominials{
    flex-direction: column;
    align-items: center;
    display: flex;
    margin:0 auto;

  }
  .testominials .title {
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    margin:40px auto 40px;
  }
.testominials-section{
    max-width: 100vw;
    background: radial-gradient(circle, #013C63 0%, #125071 100%);
    height: fit-content;
    color: #fff;
    overflow: hidden;
    padding: 100px 0;
}

.testominials .content{
    max-width: calc(100vw - 140px);
    margin:0 auto;
    font-size: 24px;
    letter-spacing: -.025em;
    font-style: italic;
    line-height: 41px;
    text-align: center;
    width: fit-content;
  }
  .testominials .author{
    font-size: 28px;
    letter-spacing: -.025em;
    font-style: italic;
    line-height: 41px;
    text-align: center;
    font-weight: bold;
  }
.testominials-section .swiper-container-testimonial{
    max-width: calc(100% - 20px);
    overflow: hidden;
    letter-spacing: -.025px;
    font-size: 28px;
    padding: 0 10px 25px;
    position: relative;
    margin:0 auto;
    width: calc(100% - 20px);
    
}

.testominials-section .swiper-container-testimonial .content p{
    color:inherit;
    letter-spacing: inherit;
    font-size: inherit;
    padding: 0;
    font-weight: 300;
    line-height: inherit;
}
.testominials-section .swiper-container-testimonial .content blockquote{
    position: relative;
    color:inherit;
    letter-spacing: inherit;
    font-size: inherit;
    margin: 40px auto;
}
.testominials-section .swiper-container-testimonial .content blockquote::before, .testominials-section .swiper-container-testimonial .content blockquote::after{
    color: rgba(255, 255, 255, 0.259);
    position: absolute;
    font-size: 17.486px;
    font-family: "Roboto";
    font-style: italic;
    -moz-transform: matrix( 11.4374316130346,0,0,11.4374316130346,0,0);
    -webkit-transform: matrix( 11.4374316130346,0,0,11.4374316130346,0,0);
    -ms-transform: matrix( 11.4374316130346,0,0,11.4374316130346,0,0);
}
.testominials-section .swiper-wrapper{
    align-items: flex-start;
}
.testominials-section .swiper-container-testimonial .content blockquote::before{
    left: 0;
    top: 20px;
    display: none;
}
.testominials-section .swiper-container-testimonial .content blockquote::after{
   content: close-quote;
    right:0;
    top: 45px;
    display: none;
}
.swiper-testimonials-prev{
    color: rgb(164, 164, 164);
    left: 30px;
    right: auto;
    display: none;
}
.swiper-testimonials-next{
    color: rgb(164, 164, 164);
    right: 30px;
    left: auto;
    display: none;
}

.testominials .title{
    margin:0 auto;
    font-size: 45px;
}
@media screen and (max-width: 700px) {
    .testominials .content{
        font-size: 17px;
        line-height: 25px;

    }
    .testominials-section .swiper-container-testimonial {
        margin-top: 0;
    }
    .testominials .title {
        font-size: 35px;
        line-height: 40px;
    }
    .testominials .content {
        max-width: calc(100vw - 70px);
        line-height: 25px;
    }
    .testominials .author {
        font-size: 22px;
        margin-top:20px;
    }
}
@media screen and (min-width: 1024px) {
    .testominials-section .swiper-container-testimonial .content blockquote::after, .testominials-section .swiper-container-testimonial .content blockquote::before{
        display: block;
    }
    .testominials-section .swiper-container-testimonial .swiper-pagination {
        display: none;
    }
    .swiper-testimonials-next, .swiper-testimonials-prev{
        display: block;
    }
    .testominials-section .swiper-container-testimonial .content p{
        padding: 0 40px 0 51px;
    }
    .testominials-section .swiper-wrapper{
        align-items: center;
    }
    .testominials-section{
        padding-bottom: 100px;
        display: block;
        height: fit-content;
    }
    .testominials .content{
        max-width: calc(100vw - 291px);
    }
}