/* Student Pledge Landing (33066) */

.student-hero {
    background-image: url(https://www.cleanairday.org/wp-content/uploads/2022/12/schoolbus.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    text-align: center;
}

.student-hero h1 {
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 700px) {
    .student-hero h1 {
        font-size: 2em;
    }
}

.student-grid .wp-block-column {
    text-align: center;
    padding: 10px;
}

a.pledge-btn {
    display: inline-block;
    background: #ffffff;
    color: #567ebf !important;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none !important;
    margin-top: 10px;
    transition: opacity 0.2s;
}

a.pledge-btn:hover {
    opacity: 0.85;
    text-decoration: none !important;
}
