.c-offer__forbes {
    margin: 12px auto 24px;
    max-width: 220px;
}
.c-offer__forbes img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .18));
}
.c-offer__forbes--card {
    display: none;
}
@media (min-width: 1025px) {
    .c-offer__forbes--below {
        display: none;
    }
    .c-offer__forbes--card {
        display: flex;
        position: absolute;
        top: calc(100% - 65px);
        right: 0;
        width: 440px;
        max-width: none;
        margin: 0;
        transform: translate3d(100%, 0, 0);
        justify-content: center;
    }
    .c-offer__forbes--card img {
        width: 220px;
    }
}
