.coffee-gift {
    background-color: var(--violet-lightest);
    padding: 15px 0px;
}

.coffee-gift-top-banner {
    height: 495px;
}

.send-gift-card-banner {
    height: 250px;
}

@media (max-width: 768px) {
    .coffee-gift-top-banner {
        height: 295px;
    }

    .send-gift-card-banner {
        height: 180px;
    }
}
@media (max-width: 568px) {
    .coffee-gift-top-banner {
        height: 200px;
    }
    .send-gift-card-banner {
        height: 130px;
    }
}
