h3.category-name {
    font-size: 24px;
    color: #474D53;
    margin-top: 45px;
    margin-bottom: 5px;
}
.item-wrapper .item__body {
    background-color: rgba(65, 159, 217, 0.1);
    display: flex;
    flex-direction: column;
    margin-block: 15px;
}
.item-wrapper .item__body:hover {
    transform: scale(1.05);
}
.item-wrapper .item__body h4 {
    margin: 0;
    padding: 10px;
    color: #474D53;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 400;
}