.banner-img {
    background-image: url(../img/banner-img.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    background-position: top center; /* This already centers the background */
    object-fit: cover; /* This ensures the image covers the area without stretching */
}
.wwa1 {
    background: url(../img/who-we-are.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.wwa2 {
    background: url(../img/who-we-are-2.png);
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    margin: auto;
}
.bnr-para {
    font-size: 1.2rem;
    line-height: 2;
}
.about-whoweare{
    color:#e43a29;
    font-size: 40px !important;
}
.about-ourvalue{
    color:#000 !important;
    font-size: 40px !important;
  }
  .about-mission{
    color: #e43a29 !important;
    font-size: 40px !important;
  }
  
  .about-content p {
    text-align: justify !important;
    font-family: "Lato", sans-serif !important;
    background: unset !important;
}

