section.benefits {
  max-width: 1784px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.benefits .benefits-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.benefits .benefits-row > * {
  width: calc(50% - 42px);
}

.benefits h2:not(.preheader),
.benefits h3.sub-title {
  font-size: 60px;
}

.benefits strong {
  color: inherit;
  font-weight: 500;
}

.benefits .benefits-side {
  display: flex;
  align-items: center;
}

.benefits .benefits-side .img-wrap {
  width: 100%;
  margin-right: 3rem;
}

.benefits .benefits-side .img-wrap img {
  width: 100%;
  height: auto;
}

.benefits .benefits-side .benefits-list {
  list-style: none;
  padding: 0;
  font-size: 18px;
  width: 100%;
  margin: 0;
  min-width: 300px;
}

.benefits .benefits-side .benefits-list li:last-child p {
  margin-bottom: 0;
}

.benefits .benefits-side .benefits-list h3 {
  font-size: 24px;
  color: var(--navy);
  font-weight: 500;
  margin-bottom: 0;
}

.benefits .button-row {
  margin-top: 1rem;
}

@media (max-width: 1600px) {
  .benefits h2:not(.preheader),
  .benefits h3.sub-title {
    font-size: 40px;
  }
  .benefits .benefits-row > * {
    width: calc(50% - 1rem);
  }
  .benefits .benefits-side .benefits-list h3 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  section.benefits {
    padding: 2rem;
  }
  .benefits .benefits-row {
    flex-direction: column;
  }
  .benefits .benefits-row > * {
    width: 100%;
  }
  .benefits .benefits-row .content-side {
    margin-bottom: 2rem;
  }
  .benefits .benefits-side .benefits-list {
    min-width: 350px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .benefits .benefits-side {
    flex-direction: column;
  }
  .benefits .benefits-side .benefits-list {
    width: auto;
    margin: 0 auto;
    margin-top: 2rem;
    min-width: 0;
  }
  .benefits .benefits-side .img-wrap {
    margin: 0;
  }
}
