@media (max-width: 768px) {
  .hero-description {
    color: #F1F5F8;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .hero-title {
    color: #FFF;
    font-family: Inter;
    font-size: 42px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 10px 0px;
  }
}

@media (max-width: 768px) {
  .hero-image {
    width: 60% !important;
    margin-top: 3em;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background: url("../../assets/img/Hero-background-mobile.png") center / cover no-repeat !important;
    padding: 1em 0em !important;
  }
}

@media (max-width: 768px) {
  .hero-content-area {
    padding-bottom: 3em !important;
  }
}

@media (max-width: 768px) {
  .section-subheading {
    color: #2A4661;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 0% 10% !important;
  }
}

@media (max-width: 480px) {
  .logo-light {
    width: 141px !important;
    height: auto !important;
    flex-shrink: 0;
  }
}

