
  h3{
    font-family: 'Poppins',sans-serif;
  }
  p {
    font-size: 14px;
    font-family: Arial,sans-serif;
  }
  
  .hero-section-recognition {
    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/recognition/gold-awards-glittering-abstract-background-.jpg);
    background-position: center;
  }
  .hero-section-recognition::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Adjust the transparency as needed */
  }
  .hero-section-recognition h1 {
    font-size: 2rem;
    color: white;
    margin-bottom: 1rem;
  }  
  .hero-section-recognition p {
    font-size: 1.125rem;
    color: #ff7800;
  }
  .recog{
    padding: 30px 0px 30px 0px;
  }
  
  @media (min-width: 767px) {
    .hero-section-recognition {
      min-height: 445px;
    }
  
    .hero-section-recognition h1 {
      font-size: 3rem;
    }
  }
  @media (max-width: 1030px) {
    .hero-section-recognition {
      background-position: unset;
    }
  }