.time-delay-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 3.75rem 1.5rem;
}
.time-delay-section-wrapper * {
  color: #605F5F;
}
.time-delay-section-wrapper .main-content-wrapper {
  margin-right: 0.9375rem;
}
.time-delay-section-wrapper .main-content-wrapper h2 {
  margin: 0;
  color: #022A5E;
}
.time-delay-section-wrapper .main-content-wrapper h2 * {
  color: #022A5E;
}
.time-delay-section-wrapper .main-content-wrapper .description {
  margin: 0;
}
@media (min-width: 769px) {
  .time-delay-section-wrapper {
    padding: 3.75rem 2.5rem 2.625rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 3.125rem;
  }
  .time-delay-section-wrapper .main-content-wrapper {
    width: 33.75rem;
  }
  .time-delay-section-wrapper .main-content-wrapper .description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .time-delay-section-wrapper {
    padding: 10rem 3.75rem;
    gap: 12.5rem;
    justify-content: space-evenly;
    align-items: center;
  }
  .time-delay-section-wrapper .main-content-wrapper {
    width: 31.375rem;
    align-self: center;
  }
}

/*# sourceMappingURL=section-time-delay.css.map */
