@media screen and (min-width:1200px) {
  div[data-component-id="about-column-control-1"] {
      padding-top: 80px !important;
      padding-bottom: 32px !important;
  }
  div[data-component-id="about-column-control-2"] {
    padding-top: 32px !important;
    padding-bottom: 0px !important;
  }
  div[data-component-id="about-column-control-3"] {
    padding-top: 16px !important;
    padding-bottom: 80px !important;
  }
  div[id="about-content-card"]  {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width:1199px) {
  div[data-component-id="about-column-control-1"] {
      padding-bottom: 16px !important;
      > div > div >div[renderingas="icons-with-text"]:first-child {
        margin-bottom: 40px !important;
      }
  }
  div[data-component-id="about-column-control-2"] {
    padding-top: 16px !important;
      padding-bottom: 44px !important;
  }
  div[data-component-id="about-column-control-3"] {
      padding-top: 0px !important;
  }
  div[id="about-content-card"]  {
    padding-top: 64px !important;
    padding-bottom: 24px !important;
  }
}

.terms_condition_heading{
  font-family: Fields !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  font-size: 28px !important;
}

/* For mobile infographic issue of image cutting off */
#about-men-infographic {
  @media screen and (max-width:1199px) {
    background-size: contain;
  }
}

