h2 {
  font-size: 2rem;
  color: #BA4A00;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 4px solid #BA4A00;
  text-align: center;
}


h3 {
  font-size: 1.5rem;
  color: #3498DB;
  margin-bottom: 15px;
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 2px solid #3498DB;
}


h4 {
  font-size: 1.2rem;
  color: #3498DB;
  margin-bottom: 10px;
  margin-top: 700;
  font-weight: 500;
}

.intro-text {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.subtitle-txt {
  font-size: 1rem;
  margin-bottom: 7px;
  margin-top: -6px;
  color: #cd6155;
}


.sub-heading-uni{
  font-size: 1.1rem;
  margin-bottom: 7px;
  margin-top: 6px;
  color: #3498DB;
}

/* All UL class Common */
ul.custom>li::marker {
  content: "";
}

ul.custom>li {
  padding-left: 1rem;
}

ul.custom>li:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  float: left;
  margin-left: -2.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

ul.custom>li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='%233498DB' d='M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13s13-5.8 13-13c0-1.398-.188-2.793-.688-4.094L26.688 13.5c.2.8.313 1.602.313 2.5c0 6.102-4.898 11-11 11S5 22.102 5 16S9.898 5 16 5c3 0 5.695 1.195 7.594 3.094L25 6.688C22.7 4.386 19.5 3 16 3m11.281 4.281L16 18.563l-4.281-4.282l-1.438 1.438l5 5l.719.687l.719-.687l12-12z'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  padding: .8rem;
}


.common-abt ul {
  list-style-type: disc;
  padding-left: 20px;
}

.common-abt ul li {
  font-size: 1rem;
  margin-bottom: 10px;
}