/* Start client */
section.company {
  text-align: center;
  z-index: 1;
  overflow: initial;
}
.company-bg {
  text-align: center;
  position: absolute;
  background-image: url(../../storage/background/company_bg.png);
  width: 100%;
  height: 3000px/*1245px*/;
  bottom: -170px;
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
.company-wrapper {
  z-index: 1;
  position: relative;
}
.company-description {
  font-size: 1.1rem;
  font-weight: 300;
  max-width: 768px;
  margin: 0 auto 35px;
}
.company-logo-wrapper {
  flex-flow: row wrap;
  position: relative;
  align-content: normal;
  justify-content: center;
  z-index: 1;
}
.company-logo {
  display: flex;
  margin: 5px;
  padding: 10px;
  justify-content: center;
  flex: 0 1 calc(15% - 1px);
  align-items: center;
}
/* End client */
/* Start client */
@media (max-width: 1399px) {
  .company-bg {
    height: 2780px/*1245px*/;
  
  }
  .company-logo-wrapper {
    margin-top: 30px;
  }
  .company-logo {
    flex: 0 1 calc(15% - 8px);
  }
}
@media (max-width: 1199px) {
  section.company {
    height: 1100px;
  }
  .company-bg {
    bottom: -25px;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2120px;
  }

  .company-description {
    margin: 0 auto 0px;
  }

  .company-logo-wrapper {
    width: 700px;
    margin: 30px auto 0;
  }
  .company-logo {
    margin: 5px;
    flex: 0 1 calc(15% - 1px);
  }
}
@media (max-width: 991px) {
  section.company {
    height: 910px;
  }
  .company-bg {
    bottom: -130px;
    background-size: 300% 100%;
    position: absolute;
    left: 0;
    height: 2000px;
  }
  .company-description {
    margin: 0 auto 0px;
  }
  .company-logo-wrapper {
    width: 700px;
    margin: 0 auto;
  }
  .company-logo {
    margin: 15px;
    width: 110px;
        flex: 0 1 calc(12% - 8px);

  }
}
@media (max-width: 767px) {
  section.company {
    height: 2650px;
  }
  .company-bg {
    bottom: -65px;
    background-size: 300% 100%;
    position: absolute;
    left: 0;
    height: 5000px;
  }
  .company-description {
    margin: 0 auto 0px;
  }
  .company-logo-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .company-logo {
    margin: 35px;
    width: 100%;
  }
  .company-logo {
    margin: 15px;
    flex: 0 1 calc(27% - 8px);
  }
}
@media (max-width: 575px) {
  section.company {
    height: 1700px;
  }
  .company-bg {
    bottom: -65px;
    background-size: 300% 100%;
    position: absolute;
    left: 0;
    height: 3300px;
  }
  .block-title {
    margin-bottom: 18px;
  }
  .company-description {
    margin: 0 auto 30px;
    width: 290px;
    font-size: 0.875rem;
    line-height: 150%;
  }
  .company-logo-wrapper {
    width: 300px;
    margin: 0 auto;
  }
  .company-logo {
    margin: 5px 5px;
    width: 100px;
    flex: 0 1 calc(30% - 1px);
  }
}
@media (max-width: 375px) {
  /* .company-bg {
    height: 1590px;
    bottom: -85px;
    background-size: 310% 100%;
  } */
}
/* End client */
