.when-we-help {
  border-top: 1px solid #DBDAD6;
  border-bottom: 1px solid #DBDAD6;
}
.when-we-help .viewport-container {
  padding-bottom: 201px;
}
@media (max-width: 767px) {
  .when-we-help .viewport-container {
    padding-bottom: 100px;
  }
}
.when-we-help .when-we-help--header {
  padding-top: 153px;
  position: relative;
}
@media (max-width: 767px) {
  .when-we-help .when-we-help--header {
    padding-top: 64px;
  }
}
.when-we-help .when-we-help--header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #DBDAD6;
  z-index: -1;
}
@media (max-width: 767px) {
  .when-we-help .when-we-help--header:before {
    display: none;
  }
}
.when-we-help .when-we-help--header .section-heading {
  position: relative;
}
.when-we-help .when-we-help--header .section-heading:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #DBDAD6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .when-we-help .when-we-help--header .section-heading:before {
    display: none;
  }
}
.when-we-help .when-we-help--content-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .when-we-help .when-we-help--content-boxes {
    padding-top: 100px;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 88%;
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
}
.when-we-help .when-we-help--content-boxes:before, .when-we-help .when-we-help--content-boxes:after {
  content: "";
  display: block;
}
@media (max-width: 767px) {
  .when-we-help .when-we-help--content-boxes:before, .when-we-help .when-we-help--content-boxes:after {
    display: none;
  }
}
.when-we-help .when-we-help--content-boxes:before, .when-we-help .when-we-help--content-boxes:after,
.when-we-help .when-we-help--content-boxes .single-box {
  width: 360px;
}
.when-we-help .when-we-help--content-boxes .single-box {
  border: 1px solid #DBDAD6;
  background: #F3F3F3;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 128px;
  min-height: 360px;
}
@media (max-width: 767px) {
  .when-we-help .when-we-help--content-boxes .single-box {
    min-height: unset;
    width: auto;
    padding: 48px 36px;
    gap: 48px;
    border: 1px solid #DBDAD6;
    background: #F3F3F3;
    scroll-snap-align: start;
  }
}
.when-we-help .when-we-help--content-boxes .single-box .single-box--icon {
  color: #BEBEBE;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.when-we-help .when-we-help--content-boxes .single-box .single-box--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .when-we-help .when-we-help--content-boxes .single-box:hover {
    background: #FFF;
  }
}
.when-we-help .when-we-help--content-boxes .single-box:hover .single-box--icon {
  color: #000;
}