
@media only screen and (max-width: 600px) {.page-mission .cover-item{background-position: 5%; height:190px !important;}}

.img-fluids {margin: 0 30px 0 0;}

.mission-heading {font-family: Inter; font-size: 28px; font-weight: 500px;line-height:33.89px;margin: 15px 0 0 15px;color: #000;}

.mission-para {font-family: Inter; font-size:20px;font-weight: 500px;line-height: 29.8px;margin: 15px 0 0 15px;color: #000}

@media only screen and (max-width: 600px) {.mission-heading{font-size: 20px;}}

@media only screen and (max-width: 600px) {.mission-para{font-size: 15px;}}

.mission-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color:#fff;
    border-radius:10px;
    text-align:left;
    color:#000;
    padding:10px;
    opacity:0.8
   
}

.col{flex-wrap: wrap;  justify-content: space-between;  align-items: stretch;  column-gap: 0.875rem; margin: 19px 0 0 0;}
 @media only screen and (max-width: 600px) {.mobRow{display: grid;}}    