.content-category {
    background: #e4eef8;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.3s linear;
}

.icon-category i {
    font-size: 80px;
}

.icon-category {
    padding: 35px 0 0;
}

.title-category {
    padding: 0 15px;
}

.title-category h5 {
    margin-bottom: 27px;
}

.content-category:hover {
    background: rgb(204 219 235 / 75%);
}

.main-category {
    margin-bottom: 55px;
}


