.read-more-how-to {
    font-weight: 700;
    /* font-size: 0.875rem; */
    line-height: inherit;
    color: var(--active);
    min-width: 4.625rem;
    text-align: right;
    letter-spacing: 0.05rem;
    display: flex;
    flex-direction: row;
}

.read-more-how-to span {
    flex-direction: column;
    display: flex;
    width: calc(100% - 2.5rem);
    justify-content: space-between;
    text-align: center;
}

.read-more-how-to small {
    color: var(--white);
}

.how-to-bonus-item {
    width: calc(100% - 2rem);
    width: 18.75rem;
    min-height: 18rem;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    background: var(--how-to-bonus-background);
}

.how-to-bonus-item picture {
    height: 13rem;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, #12aae5cf 40%, #12aae5cf 100%);
    border-radius: var(--border-15) var(--border-15) 0 0;
}


/* .how-to-bonus-item picture::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 25rem;
    height: 12rem;
    display: inline-block;
    background: var(--hero-shadow);
    border: none;
} */

.how-to-bonus {
    display: flex;
    flex-direction: column;
    padding: 0rem 1rem 1rem;
    /* background: var(--how-to-bonus-background); */
    border-radius: 0 0 var(--border-15) var(--border-15);
    min-height: 15rem;
    /* min-height: 12.5rem; */
}

figcaption .how-to-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    z-index: 1;
    padding: 0 0 0.5rem 0;
    color: var(--white);
}

figcaption .how-to-description {
    z-index: 1;
    color: var(--how-to-description);
}

.hot-to-box-number {
    position: absolute;
    top: 0;
    background: var(--how-to-box-number-shadows);
    left: 0;
    border-radius: var(--border-15) 0 var(--border-15);
    font-weight: 300;
    text-transform: uppercase;
    font-size: 6rem;
    line-height: 6rem;
    padding: 0.5rem 1rem;
    color: var(--cat-info-color);
}

@media only screen and (min-width: 1200px) {
    .read-more-how-to {
        max-width: 1140px;
        margin: 0 auto 1rem;
    }
}