:focus {
    outline: none !important;
    outline-color: transparent !important;
}

.svg {
     display: flex
;
    justify-content: center; 
}

.dnd_area-dnd_partial-5-row-0-force-full-width-section {
  background-color:#F2F2F2;
}

blockquote {
      margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 40px;
}

blockquote p{
      margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 40px;
}
.swiper-container {
    position: relative;
}

    .swiper-cont {
     padding: 70px;
      margin: auto;
      max-width: 1240px;
      position: relative;
      overflow: hidden;
      height: 510px;
    }
.swiper-wrapper {
    align-items: center;
}
    .swiper-slide {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 55px;
      padding: 30px;
      border: 1px solid #1C2E69;
      border-radius: 12px;
      background-color: #fff;
      transition: transform 0.8s ease-in-out, font-size 0s ease-in-out;
width: 325px ;
        height: 399px !important;
      font-family: Roboto;
font-size: 11.67px;
font-weight: 400;
line-height: 21.16px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #595959;
    }

.swiper-slide svg {
     margin-bottom: 30px; 
}

    .swiper-slide-active {
       // height: 455px !important;
       // width: 407px;
     // transform: scale(1.9);
      font-family: Roboto;
font-size: 16px;
font-weight: 400;
line-height: 29px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #595959;
transition: transform 0.8s ease-in-out;
    }
    .swiper-slide-active svg {
     
      //height: 60px;
    }
 

    .button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.button-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
}

@media screen and (max-width: 800px) {
     .swiper-slide { 
   height:450px !important; 
       
  }
  
  .swiper-cont {
padding:20px    
  }
}

