.baker-img {
    display: block;
    border-radius: .5rem;
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 600px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.about-text {
    display: flex;
    flex-direction: column;
}

#classes {
    background-color: var(--sage-green-lighter);
}

section li {
    margin-bottom: .125rem;
}

.li-margin {
    margin-top: .375rem;
    margin-bottom: .375rem
}

ul {
    padding-left: 1.5rem;
}

#pre-footer {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--muted-tan-light);
}

.quote {
    font-family: var(--font-brand);
}

.ul-div {
    padding: 1rem;
    border-radius: .5rem;
    background-color: var(--sage-green-lightest);
    margin-bottom: .5rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12)
}

@media screen and (min-width: 769px) {
    #hero {
        padding: 2rem 0;
    }

    h1 {
        text-align: center;
        margin-bottom: 0;
    }

    #hero .wrapper,
    #classes .wrapper {
        gap: 1.5rem .5rem;
        width: 100%;
        justify-content: center;
    }

    #hero h2,
    #classes h2 {
        padding-bottom: .25rem;
        border-bottom: 1px solid var(--sage-green-mid);
        width: fit-content;
    }

    .left-wrapper,
    .right-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1rem;
        max-width: 632px;
    }

    #classes .right-wrapper,
    #hero .left-wrapper {
        align-items: center;
    }

    #classes {
        padding: 3rem 0;
    }

    .baker-img {
        aspect-ratio: 1/1;

        border: 1.25rem solid var(--buttermilk-beige-light);
    }

    .cta-wrapper {
        justify-content: flex-start;
        padding: 1rem 0;
    }

    .ul-div h3 {
        margin-bottom: .5rem
    }

    .li-margin {
        font-size: 1rem
    }

    .quote {
        text-align: center;
        font-size: 3.5rem;
        line-height: 1.25;
        text-wrap-style: balance;

    }

}

@media screen and (min-width: 769px) and (max-width: 1209.99px) {
    .cta-wrapper {
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }

    #hero .wrapper,
    #classes .wrapper {
        display: flex;
        flex-direction: column;
                align-items: center;
                gap: 1.5rem

    }

    .baker-img {
        border: 8px solid var(--buttermilk-beige);
        margin-bottom: 1.5rem;
    }

    h2 {
        text-align: center;
    }

    #classes {
        padding: 2rem 0;
    }

    #classes h2 {
        text-wrap-style: balance;
    }

    .left-wrapper,
    .right-wrapper {
        align-items: center;
    }

    #hero .wrapper.row, #hero .wrapper.row{
        margin: 0 auto;
        max-width: 768px;
        width: 100%;
        gap: 0;
    }
}

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

    #hero {
        padding-top: 4rem;
    }

    h1 {
        margin-bottom: 0;
    }

    #hero .wrapper,
    #classes .wrapper {
        display: flex;
        flex-direction: column;

    }

    .baker-img {
        border: 8px solid var(--buttermilk-beige);
        margin-bottom: 1.5rem;
    }

    h2 {
        text-align: center;
    }

    .left-wrapper,
    .right-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .cta-wrapper {
        margin-bottom: 1rem;
    }

    .ul-div {
        margin-bottom: 1rem;
    }

    .ul-div h3 {
        margin-bottom: .75rem
    }

    #classes {
        padding: 2rem 0;
    }

    #classes h2 {
        text-wrap-style: balance;
    }

    .quote {
        text-align: center;
        line-height: 1.25;
        font-size: 2.5rem;
        text-wrap-style: balance;
    }
}