.vps-block-cont {
    background-color: #E8F1FB;
    padding: 100px 0 40px;
}
.vps-block-cont .block-title {
    color: #282828;
    margin-bottom: 30px;
    text-align: center;
}
.vps-block-cont .block-title h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.vps-block-cont .block-desc {}
.vps-block-cont .item-cont {
    background: #ffffff;
    border-radius: 30px;
    direction: rtl;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #282828;
}
.vps-block-cont .item-over {
    background-color: #03B8FF;
    border-radius: 0 0 20px 20px;
    bottom: 100%;
    color: #ffffff;
    font-size: 0.8rem;
    height: 60%;
    left: 0;
    padding: 20px 10px;
    position: absolute;
    transition: all 0.5s ease;
    width: 100%;
}
.vps-block-cont .item-cont:hover .item-over {
    bottom: 40%;
}
.vps-block-cont .item-over ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vps-block-cont .item-over ul li {
    font-size: 13px;
    line-height: 30px;
}
.vps-block-cont .image-cont {
    text-align: center;
    margin-bottom: 20px;
}
.vps-block-cont .item-title {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 14px;
    min-height: 45px;
}
.vps-block-cont .item-sub-title {
    color: #C8C8C8;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}