body .section-safe-hands {
  position: relative;
  background: var(--primary-section-color);
  color: var(--light-color);
}
body .section-safe-hands .container {
  padding-top: 38px;
  padding-bottom: 62px;
}
@media all and (min-width: 1025px) {
  body .section-safe-hands .container {
    padding: 102px 0 69px 0;
  }
}
body .section-safe-hands .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  opacity: 0.04;
}
@media all and (min-width: 1025px) {
  body .section-safe-hands .bg-image {
    width: 100%;
    height: 100%;
  }
}
body .section-safe-hands .col-5 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 620px) {
  body .section-safe-hands .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}
@media all and (min-width: 1025px) {
  body .section-safe-hands .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-top: 0;
  }
}
body .section-safe-hands .section-title {
  margin-bottom: 28px;
  font-size: 28px;
  color: var(--light-color);
}
body .section-safe-hands .description {
  max-width: 920px;
  margin: 0 auto 34px auto;
}
body .section-safe-hands .description p {
  color: var(--light-color);
  margin-bottom: 24px;
}
body .section-safe-hands .box-title {
  font-size: 22px;
  line-height: 22px;
  color: var(--light-color);
  margin-bottom: 5px;
  margin-top: 12px;
}
body .section-safe-hands .box-desc p {
  font-size: 14px;
  line-height: 20px;
  color: var(--light-color);
}
body .section-safe-hands .button {
  font-size: 12px !important;
  padding: 9px 31.5px !important;
  min-width: unset;
}
body .section-safe-hands .boxes {
  margin-top: 80px;
  justify-content: center;
}
@media all and (min-width: 1025px) {
  body .section-safe-hands .boxes {
    justify-content: space-between;
  }
}
body .section-safe-hands .boxes img {
  height: 37px;
}

/*# sourceMappingURL=safe-hands.css.map */
