@media (min-width: 992px) {
  .masthead__wrapper {
    gap: 80px;
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .masthead__content {
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .masthead__title {
    width: 400px;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .benefits {
    padding-block: 40px;
  }
}

@media (min-width: 992px) {
  .benefits__wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 40px;
  }

  .benefits__wrapper > * {
    flex-basis: calc(100% / 3 - 40px + 40px / 3);
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .benefits__item {
    text-align: center;
    align-items: center;
    padding-block: 0;
    border: 0;
  }
}

@media (min-width: 992px) {
  .benefits__logo {
    position: static;
  }
}

@media (min-width: 992px) {
  .benefits__item-title {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .modal-position .modal {
    padding: 40px 60px;
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .modal-position .gform_title {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .open-positions__wrapper {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .open-positions__item {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .open-positions__text-wrapper {
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .open-positions__title {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .open-positions__text {
    font-size: 16px;
  }
}