.slider__hot-items {
    display: none;
}

@media (min-width: 1200px) {
    .slider__items-wrap.with-padding {
        padding-left: 303px;
    }

    .slider__hot-items {
        display: block;
        float: left;
        width: 300px;
        height: 430px;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 4px;
        padding: 25px 8px 20px 15px;
        font-size: 15px;
        color: white;
    }

    .slider__hot-items__header {
        display: flex;
        gap: 15px;
        font-size: 20px;
        align-items: center;
        color: #ffc219;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .slider__hot-items__header img {
        width: 22px;
        height: 22px;
    }

    .slider__hot-items__footer {
        font-style: italic;
        font-size: 13px;
    }
}