.offer-logo {
    height: 88px;
}

.offer-card {
    padding: 20px;
}

.offer-card .button {
    margin-top: 16px;
}

.offer-logo img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 64px;
    object-fit: contain;
}

@media (max-width: 560px) {
    .offer-card {
        padding: 18px;
    }

    .offer-logo {
        height: 100px;
        justify-content: center;
        margin-bottom: 18px;
    }

    .offer-logo img {
        max-width: min(240px, 82vw);
        max-height: 76px;
    }
}
