.secFeatures .flexBox:last-child {
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.secFeatures .flexBox:last-child .leftArea, .secFeatures .flexBox:last-child .rightArea {
  max-width: initial;
  width: 50%;
}
.secFeatures .flexBox:last-child h4 {
  padding: 30px 0 16px;
}

@media screen and (max-width: 767px) {
  .secFeatures .flexBox:last-child {
    row-gap: 56px;
  }
  .secFeatures .flexBox:last-child .leftArea, .secFeatures .flexBox:last-child .rightArea {
    max-width: initial;
    width: 100%;
  }
}
.secRecommend .flexBox:last-child {
  padding-top: 32px;
}/*# sourceMappingURL=style.css.map */