.jumbotron {
    background: url("/img/hero-banner-3.png");
    background-size: cover;
    height: 300px !important;
}

.jumbotron h1 {
    color: white !important;
}

.card {
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 5px 15px 40px rgba(59, 17, 180, 0.08);
    overflow: hidden;
    transition: 200ms;
}

.card:hover {
    box-shadow: 5px 15px 40px rgba(59, 17, 180, 0.1);
    cursor: pointer;
    transform: scale(1.02);
}

.card-text {
    opacity: 0.7;
}

a.card:hover {
    text-decoration: none !important;
}

.data-upload {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.data-upload svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -2px;
    stroke: #aaa;
}

@media screen and (max-width:992px) {
    .card {
        margin-top: 20px;
    }
}