.aboutCompany_swiper{
  position: relative;
  display: flex;
  margin: 40px 0 40px auto;
  align-items: center;
}
.ourindustry_btn_next {
  content: url(/local/templates/b/assets/icons/rightArrow.svg);
  top: 45%;
  z-index: 5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 14px 10px;
  background: rgba(255, 255, 255, 0.2);
}

.ourindustry_btn_prev {
  content: url(/local/templates/b/assets/icons/leftArrow.svg);
  top: 45%;
  z-index: 6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 14px 10px;
  background: rgba(255, 255, 255, 0.2);
}
.ourindustry_btn_next{
  margin-left: 10px;
}
.ourindustry_btn_prev{
  margin-right: 10px;
}
.aboutCompany_swiper img{
  width: 100%;
  height: 284px;
  object-fit: cover;
}

.ourindustry_content h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  .ourindustry_content h3 {
    padding: 0 16px;
  }
  .aboutcmp__adts_elem h1 {
    font-size: 124px;
    padding: 12px 0 0 0;
  }
}
@media screen and (max-width: 1162px) {
  .ourindustry_content h3{
    margin: 20px 0;
  }
}
@media screen and (max-width: 580px) {
  .ourindustry_content h3{
    text-align: center;
  }
  .ourindustry_btn_prev{
    position: absolute;
    left: 0;
  }
  .ourindustry_btn_next{
    position: absolute;
    right: 0;
  }
  .aboutCompany_swiper{
    margin: 10px;
  }
}
