.bg-dash {
    padding-top: 10rem;
    width: 100%;
    height: 80vh;
    background: url('../img/banner.jpg') no-repeat center center;
    background-size: cover;
}

.banner-content {
    width: 60%;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.bg-gradient-yellow {
    background: #FFCA00;
}

.bg-gradient-red {
    background: #A00000;
}

.bg-grey {
    background: #e2e2e2;
}

a.link {
    color: #A00000;
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    /* .bg-dash {
        padding-top: 23.5rem;
        height: 100vh;
        width: 100%;
        background: url('../img/banner-mob.jpg') no-repeat center center;
        background-size: cover;
    } */

    .text-3xl {
        font-size: 1.3rem !important;
    }

    .banner-content {
        width: 100%;
    }

    .fs-6 {
        font-size: 0.8rem !important;
    }

    .sign {
        width: 160px;
    }
}

p.powered a:hover {
    color: #ffa4a4 !important;
}