/*-- ADDITIONAL STYLING FROM MH TEAM --*/
.title-box.top {
	margin-top: 0 !important;
}
h2.ersi,
h3.ersi {
  background: #00703c;
  color: #fff !important;
  padding: 30px !important;
}
li a {
  color: #0d6937;
}
.comp-block {
  font-family: 'Inter', sans-serif !important;
  position: relative;
}
@media only screen and (min-width: 992px) {
.comp-block {
   min-height: 260px;
 }
.comp-block .comp-single {
   position: absolute;
   bottom: 0;
   left: 0;
}
.comp-block .comp-learn {
    bottom: 0;
    position: absolute;
    left: 0;
    min-height: 94px;
  }
.comp-block .comp-test {
    bottom: 0;
    position: absolute;
    right: 0;
    min-height: 94px;
  }
}