.team {
    display: grid;
    place-items: center;
    background-color: #ffffff;
    padding-bottom: 60px;
    padding-top: 50px;
    margin-bottom: 0px;
    margin-top: 3rem;
}
body{
    overflow-x: hidden;
}

.team p{
    color: #000000;
}
.w3l-team-main .team-title {
    display: inline-block;
}


.about_ACM p{
    font-size: 1rem;
    color: black;
}

.about_ACM img{
    filter: grayscale(10%);
    
}
#acm_logo12{
    display: block;
    max-width: 100%;
    opacity: 100%;
    /* padding-bottom: 0%; */
}

.about1{
    overflow: hidden;
    padding: 0%;
}



.col-lg-4 {
    flex: 0 0 auto;
    width: 40.3333333333%;
}

.counter_grid{
margin: 0;
text-align: center;
}

.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.py-lg-5 {
    margin-top: 1rem;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}


.faqw3content p{
    font-size: 1rem;
    color: #000000;
}
.team-img img{
    margin: 115px 0px;
}

@media screen and (max-width: 1200px){
    .team-img img{
        margin: 90px 0px;
    }
}
@media screen and (max-width: 992px){
    .team-img img{
        margin: 50px 0px;
    }
}

@media only screen and (max-width: 550px) {
    .col-lg-4 {
      width: 100%;
      margin-bottom: 10px; 
    }
}
.inner-w3-title{
    height: 50px;
}

.socials a *{

border: 2px solid #103273;

}