.card {
    border: 0 !important;
    padding: 0 !important;
}

.banner {
    background: #70efcb;
    background: -webkit-linear-gradient(to right, var(--blue), #70efcb);
    background: linear-gradient(to right, var(--blue), #70efcb);
}

hr {
    margin: 0 5% !important;
}

.card-img {
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 670px) {
    .card {
        height: max-content !important;
    }
}
