
.section2 .client{
    background-color: unset;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}


.section2 .client{
    display: flex;
    align-items: center;
    position: relative;
}

.section2 .client span{
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
}





