.sumsel{
    width: 60px !important;
    /* border: 1px solid red; */
    position: relative;
    top: 30px;
}

.fa-book{
    margin-left: 20px;
}

.carousel-custom{
    max-width: 700px;
    max-height: 700px;
    margin: auto;
}

#clients1-i{
    /* border: 1px solid red !important; */
    margin-top: -180px !important;
}

@media only screen and (max-width: 764px){
    .sumsel{
        width: 60px !important;
        /* border: 1px solid red; */
        position: relative;
        top: 0px;
    }
}