body {
    font-family: ;
  }
  h3{
    font-family: 'Poppins',sans-serif;
  }
  
  .hero-section-news {
    position: relative;
    min-height: 267px;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/news-media/asian-businessman-is-sitting-and-reading-news-from-a-newspaper-at-the-office-.jpg);
    background-position: center;
  }
  .hero-section-news::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Adjust the transparency as needed */
  }
  .hero-section-news h1 {
    font-size: 2rem;
    color: white;
    margin-bottom: 1rem;
  }  
  .hero-section-news p {
    font-size: 1.125rem;
    color: #ff7800;
  }

  .news-background{
    position: relative;
    padding-block: 40px;
    background-image: url(../img/news-media/worker-using-an-angle-grinder-to-cut-steel-bars-used-for-reinforcement-at-construction-site.jpeg);
    z-index: 1;
  }
  .news-background::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(180deg, #ff7800 54%, #FFFFFF 35%);
    opacity: 0.85;
    z-index: -1;
  }
  ._2p3a{
    width: 100%!important;
  }
  
  @media (min-width: 768px) {
 
    .hero-section-news {
      min-height: 445px;
    }
  
    .hero-section-news h1 {
      font-size: 3rem;
    }
  }
  @media (max-width: 1030px) {
    .hero-section-news {
      background-position: unset!important;
    }
  }
  @media (max-width:426px) {
    .news-background iframe{
      margin-left: unset!important;
    }
  }