

.para-mb {
  margin-bottom: 10px !important;
}


.service-li li {
  font-weight: 700;
}

.service-li p {
  margin-bottom: 10px;
}

.service-ul-li li {
  font-weight: 700;
  list-style-type: disc;
  margin-left: 20px;
}

.service-ul-li p {
  margin-bottom: 10px !important;
}

.service-normal-ul-li li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.service-normal-ol-li li {
  /* list-style-type: disc; */
  margin-left: 20px;
  margin-bottom: 10px;
}

.service-normal-ol-li-double li {
  list-style-type: square;
  margin-left: 40px;
  margin-bottom: 10px;
}


/* ============================================= */
/* Homepage h1 tag on the hero section */
/* ============================================= */

.banner__one .banner__content h1 {
    font-size: calc(1.525rem + 3.3vw) !important;
    line-height: 1.2 !important;
    color:#fff !important;
}

@media (min-width: 1200px) {
    .banner__one .banner__content h1 {
        font-size: 4rem !important;
        color:#fff !important;
    }
}


/* ============================================= */
/* All pages h1 tag on the hero section */
/* ============================================= */

.hero-section-h1 {
  color: #fff !important;
  font-size: 1.875rem !important;
}

@media (min-width: 576px) {
  .hero-section-h1 {
      font-size: 2.25rem !important;
  }

}