.block-items-desk1{
    padding: 80px 0px;
}

.bid1-list{
    margin: 0px -10px;
}

.bid1-list:after{
    content: "";
    display: block;
    clear: both;
}

.bid1-items{
    float: left;
    width: 33.33333%;
    padding: 10px;
    box-sizing: border-box;
}

.bid1-items-content{
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 35px 30px;
    background-color: #fff;
    position: relative;
    top: 0px;
    transition: 0.3s;
}

.bid1-items-content:hover{
    top: -5px;
}

.bid1-items-icon{
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

.bid1-items-title{
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
}

.bid1-items-desk{
    font-size: 16px;
    text-align: center;
    color: #444;
    line-height: 27px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 768px){
    .bid1-items{
        width: 100%;
    }
}