.offer-banner {
    background-color: #293d62;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    background-attachment: fixed;
    background-position: center;
}
.offer-banner h1,
.offer-banner h2,
.offer-banner h3,
.offer-banner h4,
.offer-banner {
    color: white;
}

.layout {
    background-color: #f8f9fa;
    box-shadow: inset 0px 10px 10px rgb(0 0 0 / 5%);
}

footer {
    margin-top: 0px !important;
}

.animated.card img {
    transition: transform 0.175s ease;
    transform: translateY(0px);
}
.animated.card:hover img {
    transform: translateY(-12px);
}