.common_title {
    /* margin: 30px 0px 10px; */
    margin-bottom: 24px;
}

.common_title .main_title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  position: relative;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .common_title .main_title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .common_title .main_title {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .common_title .main_title {
    font-size: 22px;
  }
}