.headerSliderCorporate {
  display: initial;
}
.headerSliderCorporate .col-12 {
  height: 805px;
}
.headerSliderCorporate .slick-track {
  height: 805px;
}

.headerSliderCorporateTablet,
.headerSliderCorporateMobile,
.headerSliderCorporateMobile320 {
  display: none;
}

.textimgCorporate h1 {
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  margin-left: -40px;
}
.textimgCorporate p {
  margin-top: 27px;
  width: 627px;
  margin-left: 10px;
}
.textimgCorporate .button {
  margin-top: 0px;
  margin-left: -20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: -15px;
}
.textimgCorporate img {
  margin-left: -10px;
  margin-top: 50px;
}

.services h1 {
  font-weight: 600;
}
.services h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.37;
  color: #707070;
  text-align: center;
}
.services p {
  text-align: center;
  width: 226px;
}
.services .servicesimgs {
  text-align: center;
}
.services .servicesimgs div {
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgs {
  margin-top: 140px;
}
.imgs .col-12 img {
  padding-bottom: 5px;
}

.textcorporate {
  margin-top: 20px;
}
.textcorporate h1 {
  font-weight: 600;
}
.textcorporate p {
  width: 1170px;
  margin-left: 250px;
}
.textcorporate .button {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 70px;
}

.customerscorporate {
  margin-top: 0;
  margin-bottom: 115px;
}
.customerscorporate h1 {
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1665px) {
  .textimgCorporate h1 {
    margin-left: 0px;
  }
  .textimgCorporate p {
    width: 100%;
    margin-left: 0px;
  }
  .textimgCorporate .button {
    margin-top: 20px;
  }
  .textcorporate p {
    width: 100%;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1400px) {
  .textimgCorporate .button {
    margin-top: 0px;
  }
  .services p {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .headerSliderCorporate {
    display: none;
  }
  .headerSliderCorporateTablet {
    display: initial;
  }
  .headerSliderCorporateTablet .headerSliderHeight {
    margin-top: 0px;
  }
  .headerSliderCorporateTablet .col-12 {
    height: 800px;
  }
  .headerSliderCorporateTablet .slick-track {
    height: 800px;
  }
  .textimg h1 {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .textimgCorporate img {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .headerSliderCorporateTablet .headerSliderHeight {
    margin-top: 10px;
  }
  .textimgCorporate img {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .textimgCorporate .button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .services .servicesimgs h3 {
    font-size: 20px;
  }
  .services .servicesimgs div {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .textimg h1 {
    margin-top: 20px;
  }
  .textimgCorporate img {
    margin-top: 30px;
  }
  .textimgCorporate .button {
    margin-bottom: 0px;
  }
  .customerscorporate {
    margin-bottom: 45px;
  }
}
@media (max-width: 500px) {
  .headerSliderCorporateTablet {
    display: none;
  }
  .headerSliderCorporateMobile {
    display: initial;
  }
  .headerSliderCorporateMobile .headerSliderHeight {
    margin-top: 10px;
  }
  .headerSliderCorporateMobile .col-12 {
    height: 361px;
  }
  .headerSliderCorporateMobile .slick-track {
    height: 361px;
  }
  .textimg h1 {
    margin-top: 0px;
  }
}
@media (max-width: 320px) {
  .headerSliderCorporateMobile {
    display: none;
  }
  .headerSliderCorporateMobile320 {
    display: initial;
  }
  .headerSliderCorporateMobile320 .col-12 {
    height: 271px;
  }
  .headerSliderCorporateMobile320 .slick-track {
    height: 271px;
  }
}