.combined{
    padding: 60px 210px 40px;
  color: var(--text-secondary-color);
  font-family: var(--font-family-primary);
  line-height: 30px;
  text-align: justify;
  margin-bottom: 10px;
  max-width: 1920px;
}
.combined > h1 {
    font-size: 48px;
    text-align: center;
    line-height: normal;
    color: var(--text-secondary-color);
    font-family: var(--font-family-primary);
    font-weight: 700;
    margin-bottom: 20px;
  }
  .combined__img{
    color: rgb(137, 137, 137);
    width: 100%;
    max-width: 600px;
    display: block;
    margin: auto;
    /* margin-left: auto;
    margin-right: auto; */
  }
  .text{
    text-indent: 40px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .swiper-slide>img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 2px solid #18065f;
  border-radius: 16px;
  }
  .swiper{
    margin-bottom: 40px;
  }
  .swiper::-webkit-scrollbar{
    width: 0;
  }
  .swiper-button-next::after{
    content: url('/images/case/meandr/Frame 221.svg') !important;
    top: var(--swiper-navigation-top-offset, 40%);
    margin-right: 40px !important;
    background:#18065f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .swiper-button-prev::after{
    content: url('/images/case/meandr/Frame 220.svg') !important;
    top: var(--swiper-navigation-top-offset, 40%);
    margin-left: 40px !important;
    background: #18065f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .list>li {
    margin-left:40px;
    margin-bottom: 20px;
  }
  .combined__img__vimart{
    max-height: 150px;
  }
@media (max-width: 992px) {
    .combined {
      padding: 0;
    }
    .text {
        text-indent: 20px;
        margin-bottom: 15px;
      }
    .combined > h1 {
        margin-top: 90px;
        font-size: 40px;
      }
    /* .combined__img{
        max-width: 350px;
 
       } */
}

@media (max-width: 768px) {
  .combined{
    padding: 0;
  }
  .combined> h1 {
    margin-top: 120px;
  }
  .combined__img{
    max-width: 450px;
  }
  .combined__img__vimart{
    max-height: 100px;
  }
}
@media (max-width: 576px) {
    .combined{
      padding: 0;
    }
    .combined> h1 {
      margin-top: 120px;
      font-size: 30px;
    }
        .text{
          font-size: 14px;
        }
       .list> li {
        margin-left:20px;
        font-size: 14px;
      }
}
@media (max-width: 768px) {
  .combined{
    padding: 0;
  }
  .combined> h1 {
    margin-top: 120px;
  }
}
