.font-30 {
  font-size: 24px;
}

.back-tertiary {
  background-color: #edf4ff !important;
}

.bold_class {
  color: #3E92CC;
}

.expl_points {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  font-family: fontmedium !important;
}
.btn-primary.btnlogin {
  background-color: #F2D202;
  border: 1px solid #F2D202;
  color: #3E92CC;
  font-size: 16px;
  font-family: 'fontmedium';
  padding: 10px 20px;
}
.expl_points_icon i {
  width: 36px;
  height: 36px;
  background-color: #3E92CC;
  color: #fff;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  font-size: 14px;
}

.expl_point_data {
  font-size: 16px;
  color: rgb(30 30 30 / 84%) !important;
}






@media only screen and (max-width: 768px) {
  .pb-5 {
    padding-bottom: 2rem !important;
  }

  .pt-5 {
    padding-top: 2rem !important;
  }
}