/* Griffith Color */
.Griffith .collab-section .p-3 {
    background-color: #ED1B24;
}

.Griffith .course-section {
    background-color: #f6f6f6;
}

.Griffith .program-title {
    background-color: #ED1B24;
}

.Griffith .title-blue {
    color: #ED1B24;
}

.Griffith .cta-button {
    background-color: #ED1B24;
}

.Griffith .cta-button:hover {
    background-color: rgb(148, 18, 38);

}

.Griffith-gradient-bg {
    background: #f3f3f3;
}

.Griffith .benefit-section .max-w-1296 .card {
    min-width: 320px;
}

.Griffith .text-blue-xjtlu {
    color: black;
}

.Griffith .consult-form-section {
    background-color: #fff;
}

.Griffith .form-sub-title {
    color: #000;
}

.Griffith .form-sub-description {
    color: #575757;
}

.Griffith .hero-section {
    background-image: url("../../images/griffith/griffith-hero.png");
}



.Griffith .benefit-section .max-w-1296 .card:nth-child(1) {
    background-image: url("../../images/qub/qub-bg-card-5.png");
}

.Griffith .benefit-section .max-w-1296 .card:nth-child(2) {
    background-image: url("../../images/qub/qub-bg-card-3.png");
}

.Griffith .benefit-section .max-w-1296 .card:nth-child(3) {
    background-image: url("../../images/taylor/taylor-bg-card-6.png");
}

.Griffith .benefit-section .max-w-1296 .card:nth-child(4) {
    background-image: url("../../images/srh/srh-bg-card.png");
}


@media only screen and (max-width: 990px) {

    .Griffith .benefit-section .max-w-1296 .card {
        min-width: 322px;
    }

    .Griffith .hero-section {
        background-image: url("../../images/griffith/griffith-hero.png");
        padding: 200px 16px 64px;
    }

}
