.Keyfeatures {
  padding-bottom: min(6vw, 40px);
  padding-top: min(6vw, 62px);
  position: relative
}
.Keyfeatures .row{width:100%;}
.Keyfeatures .iconBg {
  align-items: center;
  background: #fff;
  border-radius: 50% !important;
  box-shadow: 0 16px 24px rgba(0, 0, 0, .12);
  display: flex;
  flex-wrap: wrap;
  height: 120px;
  justify-content: center;
  margin: 0 auto 40px;
  mix-blend-mode: normal;
  width: 120px;
}

.Keyfeatures h2 {
  text-align: center !important;
  font-size: 36px;
}

.Keyfeatures p {
  color: #555;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 30px;
}

.Keyfeatures .iconBg+h3 {
  color: #110009;
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 125%;
  margin-bottom: 50px;
}
.Keyfeatures .icon-list-wrap{
  padding: 30px 0;
  text-align: center;
}

.hs-landing-page .eligibilty-page .Keyfeatures .icon-list-wrap{
  padding: 120px 0px 50px;
 
}
.location  .Keyfeatures .icon-list-wrap {
  padding: 0;}
@media only screen and (max-width: 1024px) {
  .Keyfeatures h2 {
    font-size: 34px;
  }

  .Keyfeatures p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 992px) {
  .Keyfeatures h2 {
    font-size: 30px;
  }


}


@media only screen and (max-width:767px) {


.Keyfeatures p {
        font-size: 16px;
        max-width: 250px;
        margin: 0px auto;
       margin-bottom:40px;
      line-height: 22px;
    }
.Keyfeatures .iconBg {
 
  margin: 0 auto 10px;

}

.Keyfeatures .iconBg img{
 
  width: 65px;
  height: 65px; 

}


