.font-24
{
  font-size: 20px;
  text-align: justify;
}
.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;
}
.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;
}