.pqcew-client-box.pqcew-style-1{
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: center;
    align-items: center ;
    height: 220px;
    width: 220px;
}
.pqcew-client-box.pqcew-style-1 .pqcew-client-img img{
    aspect-ratio: 1/1;
}
 
@media(max-width:1023px){
    .pqcew-client-box.pqcew-style-1{
        height: 180px;
        width: 180px;
    }
} 

@media(max-width:767px){
    .pqcew-client-box.pqcew-style-1{
        height: 150px;
        width: 150px;
    }
} 