@media (min-width: 1025px) {
  .about_us_heading {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
  }
  .large_heading {
    font-size: 50px;
    font-style: normal;
    /* font-weight: 600; */
  }

  .news_heading_1 {
    font-size: 17.193px;
    font-style: normal;
    font-weight: 600;
  }
  .news_heading_2 {
    font-size: 12.664px;
    font-style: normal;
    font-weight: 600;
  }
  .news_heading_para {
    font-size: 12.452px;
    font-style: normal;
    font-weight: 300;
  }
  .news_right_side_heading {
    font-size: 19.326px;
  }
  .banner_text {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .banner_text_para {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about_us_heading {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
  }
  .large_heading {
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
  }
  .news_heading_1 {
    font-size: 16.193px;
    font-style: normal;
    font-weight: 600;
  }
  .news_heading_2 {
    font-size: 12.664px;
    font-style: normal;
    font-weight: 600;
  }
  .news_heading_para {
    font-size: 12.452px;
    font-style: normal;
    font-weight: 300;
  }
  .news_right_side_heading {
    font-size: 19.326px;
  }
  .banner_text {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .banner_text_para {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .about_us_heading {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
  }
  .large_heading {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
  }
  .news_heading_1 {
    font-size: 16.193px;
    font-style: normal;
    font-weight: 600;
  }
  .news_heading_2 {
    font-size: 12.664px;
    font-style: normal;
    font-weight: 600;
  }
  .news_heading_para {
    font-size: 12.452px;
    font-style: normal;
    font-weight: 300;
  }
  .news_right_side_heading {
    font-size: 19.326px;
  }
  .banner_text {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .banner_text_para {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
}