.banner-about,
.banner-about img {
  width: 100%;
  height: 542px;
  background-size: cover;
}

.company-values {
  width: 100%;
  min-height: 300px;
  margin-bottom: 120px;
}

.certifications {
  width: 100%;
  min-height: 531px;
  margin-bottom: 120px;
}

.company {
  width: 100%;
  min-height: 500px;
  margin: 120px 0;
}

@media (max-width: 1199px) {
  .company {
    margin: 56px 0!important;
  
  }

  .company-values {
    margin-bottom: 56px;
  }
  .slider-products {
   margin-top: 300px;
}
 
}

@media (max-width: 940px) {
  .slider-products {
    margin-top: 400px;
 }
}

@media (max-width: 768px) {
  .banner-about{
    margin-top: 92px;
  }
}

@media (max-width: 768px) {
  .banner-about,
  .banner-about img {
    height: 317px!important;
  }
}

@media (max-width: 630px) {
  .slider-products {
    margin-top: 450px;
 }
}

@media (max-width: 485px) {
  .slider-products {
    margin-top: 500px;
 }
}

