.visionBox {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
}
.jobsBox .cards {
  padding: 20px;
  margin-bottom: 30px;
}
.jobsBox .cards h4 {
  font-size: 1.5rem;
}
.mySwiper {
  width: 100%;
  max-width: 700px;
}
.mySwiper img {
  border-radius: 20px;
  object-fit: contain;
}
.Products {
  text-align: center;
  padding-top: 20px;
}
#section-case-study .img {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
}
#section-case-study .img img {
  width: 165px;
  height: 45px;
}
.contactBox {
  width: 100%;
}
.contactBox .rowBox {
  align-items: center;
  padding: 0 30px;
}
.contactBox .cards2 {
  text-align: right;
}
.contactBox .cards2 img {
  width: 22px;
  height: 22px;
}
.contactBox .cards2 .active {
  width: 35px;
  height: 35px;
}
/*# sourceMappingURL=style.css.map */