figure img {
  border-radius: 20px;
}

.height-auto {
  display: flex;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  .height-auto {
    flex-direction: column;
  }
  .height-auto figure {
    display: block;
    width: 100% !important;
  }
}

.page-header {
  margin: 0 !important;
}

section {
  margin: 0 !important;
  padding: 80px 0;
}
section:nth-of-type(even) {
  background-color: #f4f4f4;
}
section .container .sub-title {
  font-weight: 600;
}
@media (max-width: 1024px) {
  section {
    padding: 60px 0;
  }
}/*# sourceMappingURL=sub_common.css.map */