.banner-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #045061;
    box-shadow: 0 4px 14px rgb(0 0 0 / 12%);
}

.banner-card img {
    display: block;
}
