.common_title1 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.common_title1 .title_text {
  font-size: 23px;
  font-weight: 700;
  color: #202020;
  margin: 0;
}

@media(min-width:0px) and (max-width:574px){
    .common_title1 .title_text {
        font-size: 18px;
    }
}

@media(min-width:575px) and (max-width:767.98px){
    .common_title1 .title_text {
        font-size: 20px;
    }
}