.industries-page .industries {
  background-color: #ffffff;
}
.industries-page .heuch-cooling-solutions {
  margin-bottom: 115px;
}
.industry-info-sec .helf-section .right-side {
  padding-left: 72px;
}
.industries-page {
  padding-bottom: 110px;
}
.industry-info-sec .helf-section {
  align-items: center;
}
.heuch-cooling-solutions.refrigeration-cta .right-side .img-wrap {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.heuch-cooling-solutions.refrigeration-cta .right-side {
  padding-right: 0;
}
/* Super Large devices (large desktops, less than 1600px) */
@media (max-width: 1599.98px) {
  .industries-page .heuch-cooling-solutions {
    margin-bottom: 100px;
  }
}

/* Extra Large devices (large desktops, less than 1440px) */
@media (max-width: 1439.98px) {
  .industries-page .heuch-cooling-solutions {
    margin-bottom: 80px;
  }
  .industries-page {
    padding-bottom: 80px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .industries-page .heuch-cooling-solutions {
    margin-bottom: 70px;
  }
  .industries-page {
    padding-bottom: 70px;
  }
  .industry-info-sec .helf-section .right-side {
    padding-left: 40px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .industries-page .heuch-cooling-solutions {
    margin-bottom: 70px;
  }
  .industries-page {
    padding-bottom: 60px;
  }
  .industry-info-sec .helf-section {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    row-gap: 25px;
  }
  .industry-info-sec .helf-section .left-side,
  .industry-info-sec .helf-section .right-side {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .industry-info-sec .helf-section .left-side > .img-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .industries-page .heuch-cooling-solutions {
    margin-bottom: 50px;
  }
  .industries-page {
    padding-bottom: 50px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .industries-page .heuch-cooling-solutions {
    margin-bottom: 40px;
  }
}
