    h2.learn {
        color: rgb(171 26 45);
        font-size: 2.5rem;
        letter-spacing: 0.05em;
    }
    .student{
        color: #c62828;
        font-weight: 700;
        text-transform: uppercase;
        font-size: .9rem;
        letter-spacing: .08em;
        margin-bottom: 6px;
        text-align: center;
    }
    .divider {
        height: 3px;
        width: 72px;
        background: #c62828;
        border-radius: 3px;
        margin: 10px auto 28px;
    }
    .card {
        background: #f7f7f7;
        border: 1px solid #e7e7e7;
        border-radius: 18px;
        padding: 24px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
    }
    .avatar {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #f6c453;
        flex-shrink: 0;
    }
    .quote-mark {
        font-size: 56px;
        line-height: .6;
        color: #c62828;
        font-weight: 800;
        margin-bottom: -12px;
    }
    .quote {
        font-size: 1.1rem;
        line-height: 1.6;
        margin: 0;
        color: #2b2b2b;
    }
    .byline {
        margin-top: 10px;
        font-weight: 700;
    }
    .major {
        color: #5c6b73;
        font-size: .95rem;
        font-weight: 500;
    }
    
    .hero-section {
        background-image: url('https://petaluma.santarosa.edu/sites/petaluma.santarosa.edu/files/images/midstate_20220530_0123-1900px.jpg');
        background-size: cover;
       // background-position: topcenter;
        background-repeat: no-repeat;
    }
    .welcome-box {
        background-color: #6D712E; 
        color: #fff;
      padding: 3rem 0;
width:100%;
    }
    .voices {
        background-color: #6D712E;
    }
    .welcome-title {
font-family: "Lucida Handwriting", "Lato", Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        font-style: italic;
        margin-bottom: 1.5rem;
    }
    .link-boxes {
        margin: 0;
        padding: 0;
    }
    .link-boxes li {
        margin-bottom: 1rem;
    }
    .link-btn {
        display: block;
        border: 2px solid #fff;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0.75rem 1rem;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    .link-btn:hover,
    .link-btn:focus {
        background-color: #fff;
        color: #6D712E;
    }
    .social-icons {
        margin-top: 2rem;
    }
    .social-icons a {
        color: #fff;
        font-size: 1.8rem;
        margin: 0 0.5rem;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    .hero-text {
        position: relative;
        min-height: 220px;
        padding: 1rem;
    }
    .hero-heading {
        font-family: "Lucida Handwriting", "Lato", Arial, Helvetica, sans-serif;
        color: rgb(171, 26, 45);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
 padding-bottom: 4rem;
    }
    @media (max-width: 1475px) {
       
.hero-section
 {
    background-color: #ffffffb0;
    background-blend-mode: overlay;
}
    }
 @media (min-width: 901px) {
#fb-root{
margin-left:4rem;
}
        .hero-heading {
       padding-left: 15rem;
 font-size: 1.5rem;
        }
   .grid-x.grid-padding-x.grid-padding-y {
     padding: 15px 50px;
    }
.welcome-box{
margin-top:7.5rem;
}
}
@media(max-width:600px) {
        .card {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
.hero-heading {
position: relative;
padding-bottom: 0px;
 font-size: 2rem;
}
    }