aside.sidebar { display: none !important;}
.innerpage.page-id-938 .content .common-area .team-member img {
max-width: 150px;
width: 70%;
}
.faq {
margin: 70px 0 30px;
}
.container.afflogos{
max-width: 1200px;
margin: 30px auto;
}
.afflogos ul {
padding: 0;
margin: 0;
text-align: center;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
list-style: none;
gap: 12px;
justify-items: center;
align-items: center;
}
.afflogos ul li img {
max-width: 150px;
max-height: 135px;
width: 100%;
}
@media screen and (max-width:1024px) {
.afflogos ul {
grid-template-columns: 1fr 1fr 1fr 1fr;
}    
}
@media screen and (max-width:640px) {
.afflogos ul {
grid-template-columns: 1fr 1fr 1fr ;
}    
}
@media screen and (max-width:400px) {
.afflogos ul {
grid-template-columns: 1fr 1fr;
}
}
.our-team {
margin-top: 40px;
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: flex-start;
}
@media screen and (max-width:768px) {
.our-team {
margin-left: -15px;
margin-right: -15px;
}
}
.our-team .flex-col {
flex: 0 0 auto;
width: 33.33333333%;
max-width: 100%;
}
@media screen and (max-width:768px) {
.our-team .flex-col {
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (max-width:400px) {
.our-team .flex-col {
width: 100%;
}
}
.our-team .team-member-wrapper {
max-width: 320px;
padding: 30px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width:768px) {
.our-team .team-member-wrapper {
padding: 0;
margin-top: 30px;
}
}
.our-team .team-member-wrapper figure {
width: 150px;
height: 178px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.our-team .team-member-wrapper figure img {
object-fit: cover;
width: 100%;
height: 100%;
}