.cus-pad{
    padding-top:80px; 
    padding-bottom:40px;
}

.cus-wh{
    width: 100%;
}

.cus-text{
    left: 27px;
    top: -25px;
}

.cus-text2{
    left: 22px;
    top: -25px;
}

.cus-text3{
    left: 12px;
    top: -25px;
}

.cus-pos3{
    position: relative;
    top: -15px;
}

.section .client{
    height: 150px;
    background-color: #fff;
    border-radius: 20px;
    margin: 20px 0;
    box-shadow:  3px 3px 6px #b8b9be, -3px -3px 6px #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
}

.section .c-h2{
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: red;
    text-align: center;
}

.section .client img{
    height: 100% !important;
}

.cus-st{
    top: 73px;
    left: 24px;
    letter-spacing: 10px !important;
}

.glassmorphism{
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    position: absolute !important;
}

@media(max-width:768px){
    .cus-pad{
        padding-top:30px; 
        padding-bottom:0px;
    }

    .cus-dis{
        display: none;
    }

    .cus-dis1{
        display: flex;
        flex-direction: column;
    }

    .cus-wh{
        object-fit: cover;
        height: 100%;
    }

    .cus-st{
        font-size: 44px !important;
        line-height: 40px !important;
        top: -45px;
        left: 11px;
    }

    .cus-icon{
        width: 39.4px !important;
        height: 37px !important;
    }

    .cus-text{
        left: 8px;
        top: -42px;
        font-size: 13px !important;
    }
    
    .cus-text2{
        left: 14px;
        top: -42px;
        font-size: 13px !important;
    }
    
    .cus-text3{
        left: 27px;
        top: -42px;
        font-size: 13px !important;
    }

    .cus-pos{
        position: relative;
        left: 12px;
    }

    .cus-pos2{
        position: relative;
        left: 27px;
    }

    .cus-pos3{
        position: relative;
        top: -57px;
    }
}

@media(max-width:1500px){
    .cus-wh{
        object-fit: cover;
        height: 100%;
    }
}