.header {
  display: flex;
  flex-direction: column;
  padding: 48px 0 1rem 0;
  min-width: 320px;
  width: 800px !important;
  max-width: 1032.59px;
  height: auto;
  min-height: 222.75px;
}

.mainHeading {
  margin-bottom: 16px;
  font-size: 2.25em;
  font-family: Droid Serif, serif;
  line-height: normal;
}

.strong {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.boldText {
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.5;
  color: #262f40;
}

.normalText {
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 74.25px;
  color: #262f40;
}

.timeText {
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 74.25px;
  color: #262f40;
  margin-bottom: 16px;
}

.subHeading {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 34.13px;
  color: #262f40;
}

@media (max-width: 768px) {
  .getYour,
  .boldText,
  .normalText {
    font-size: 26px;
    line-height: 35px;
  }

  .timeText {
    font-size: 32px;
    line-height: 48px;
  }

  .subHeading {
    font-size: 18px;
    line-height: 28px;
  }
  .mainHeading {
    margin-bottom: 16px;
    font-size: 26px;
    font-family: Droid Serif, serif;
    line-height: normal;
  }
  
}

@media screen and (max-width:992px) {
  .header {
    width: 100% !important;
    max-width: 100%;
    padding: 20px !important;
  }
}