.swiper-slide {
  width: 60%;
  border-radius: 10px;
  /*
  height: inherit;
  max-height: inherit;
  */
  height: 320px;
  max-height: 320px;
  
}
.et_pb_swiper_image{
  width: 50%;
  float: left;
  height: 320px;
}
.et_pb_swiper_image img{
  height: 320px;
  border-radius: 10px;
}

.et_pb_module_inner > .swiper-slide {
  width: 100%;
}
.swiper-slide .et_pb_slide_description {
  width: 50% !important;
  padding-left: 3% !important;
  padding-right: 5% !important;
  padding-top: 3%!important;
  padding-bottom: 3% !important;
  text-align: left;
  float: left;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    top: 0px;
    height: 100px;
}
.data-icon img{
  width: 80px;
  height: 80px;
}
.data-icon.swiper-pagination-bullet-active {
  opacity: 1;
}
.data-icon.swiper-pagination-bullet{
  background:#fff;
}
.data-icon.swiper-pagination-bullet-active,
.data-icon.swiper-pagination-bullet{
  background: #fff;
  width: auto;
  height: auto;
}

.swipper_slider.swiper-container{
  padding-top: 100px;
}
/*
.swiper-slide:nth-child(2n) {
  width: 60%;
}
.swiper-slide:nth-child(3n) {
  width: 40%;
}
*/

@media only screen and (max-width: 1100px) {
  .swiper-slide {
    height: 260px;
    max-height: 260px;
  }
  .swiper-slide > .et_pb_slider_container_inner{
    display: flex !important;
  }
  .swiper-slide .et_pb_slide_description {
    width: 70% !important;
    margin-left: 15% !important;
    margin-right: 15% !important;
    padding: 5% 3%!important;
  }
  .swiper-slide .et_pb_slide_description p{
    text-align: justify;
    text-justify: inter-word;
  }

  .et_pb_swiper_image{
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .swiper-slide {
    width: 70%;
    height: 240px;
    max-height: 240px;
  }
  .swiper-slide .et_pb_slide_description {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
}
