.heading-description-section .hero-heading {
  font-size: 49px;
  line-height: 1.25;
  color: #00215c;
  text-align: center;
}

.heading-description-section .hero-paragraph {
  font-size: 20px;
  line-height: 1.5;
  color: #00215c;
  text-align: center;
}

@media (max-width: 767px) {
  .heading-description-section .hero-heading {
    font-size: 39px;
  }

  .heading-description-section .hero-paragraph {
    font-size: 15px;!important;
  }
}
