section.highlights-section {
  position: relative;
  overflow: hidden;
}
section.highlights-section .highlights-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 130px;
}
section.highlights-section .right {
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  section.highlights-section .highlights-wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 1179px) {
  section.highlights-section .highlights-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  section.highlights-section .highlights-wrapper {
    gap: 30px;
  }
}
