.whyusBox {
  margin-top: 100px;
}
.whyusBox .center {
  align-items: flex-start;
  gap: 60px;
}
.whyusBox .gallery {
  max-width: 50%;
  flex: auto;
  min-width: 350px;
}
.whyusBox .gallery .slick-list {
  margin: 0 -19px;
}
.whyusBox .gallery img {
  margin: 0 19px;
  border-radius: 30px;
}
.whyusBox .infobox {
  width: 200px;
  padding: 35px 0 0;
  flex: auto;
}
.whyusBox .infobox h4 {
  font-size: 19px;
  color: var(--main-color);
  font-weight: 400;
}
.whyusBox .infobox h3 {
  font-size: 43px;
  color: var(--darker);
  font-weight: 800;
  margin-top: -5px;
}
.whyusBox .text > p {
  font-size: 17px;
  color: #777c7f;
  line-height: 1.8em;
  margin-top: 25px;
  max-width: 90%;
}
.whyusBox .list {
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  border: 1px solid #e5eaea;
  padding: 15px 0 15px 0;
  display: flex !important;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
}
.whyusBox .list .slick-list {
  margin-left: -10%;
  padding-right: 70px;
}
.whyusBox .list .item {
  height: 68px;
  border-radius: 68px;
  align-items: center;
  display: flex !important;
  margin: 14px 0;
  border: 1px solid #e5eaea;
  padding: 6px;
  background-color: var(--white);
}
.whyusBox .list .item i {
  height: 55px;
  font-size: 25px;
  color: var(--white);
  min-width: 55px;
  background: var(--main-color);
}
.whyusBox .list .item p {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 600;
}
.whyusBox .list button {
  position: absolute;
  right: 26px;
  margin-top: -45px;
  font-size: 0;
  height: 30px;
  z-index: 100;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.whyusBox .list button:hover {
  opacity: 0.8;
}
.whyusBox .list button:before {
  content: "\e0e2";
  font-size: 28px;
  color: #c0c0c0;
}
.whyusBox .list button.slick-next {
  margin-top: 45px;
}
.whyusBox .list button.slick-next:before {
  content: "\e0b8";
}

@media (max-width: 1170px) {
  .whyusBox .gallery {
    width: 30%;
    max-width: 40%;
  }
}
@media (max-width: 990px) {
  .whyusBox .text > p {
    max-width: 100% !important;
  }
}
@media (max-width: 880px) {
  .whyusBox .center {
    flex-wrap: wrap;
  }
  .whyusBox .center > * {
    width: calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 460px) {
  .whyusBox .list .slick-list {
    padding-right: 30px;
  }
  .whyusBox .list .item p {
    font-size: 15px;
  }
  .whyusBox .gallery {
    min-width: calc(100% - 70px);
  }
  .whyusBox .gallery img,
  .whyusBox .gallery .slick-list {
    margin: 0;
  }
}/*# sourceMappingURL=mod_whyus.css.map */