/* about -------------------------------------*/

#about-mobile h2,
#about-page-mobile h2,
#about-desktop h2,
#about-desktop-fr h2 {
    font-size: clamp(1.2rem, 6vw, 4rem) !important;
    line-height: 7.9vw;
    color: var(--color-dark-blue);
    padding-top: 10px;
    margin: 0 0 5px 0;
    padding: 1rem;
}

/* about call to action btns */
.about-cta-container a,
button {
    background-color: var(--color-cyan-blue);
    color: var(--color-black);
}

#about-mobile,
#about-page-mobile,
#about-desktop,
#about-desktop-fr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(0deg, #d2d5dad4 0%, #d2d5daee 18.42%, #fffffff7 100%),
        url('../images/about-background.avif') no-repeat center;
    background-blend-mode: lighten;
    background-size: cover;
}

#about-desktop,
#about-desktop-fr {
    display: none;
}

.about-img-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.support-img-div {
    display: flex;
    flex-direction: column;
}

#about-mobile img,
#about-page-mobile img,
#about-desktop img,
#about-desktop-fr img {
    width: 85%;
    /* border: 8px solid var(--color-blue); */
    height: auto;
    border-radius: 17px;
    margin: 1rem auto 0 auto;
    position: relative;
}

#about-mobile img,
#about-page-mobile img {
    border-radius: 10px;
}

.about-cta-container,
.about-cta-container-icons {
    background-color: var(--color-black);
    border-radius: 10px;
    padding: .5rem;
    width: 94%;
    display: flex;
    flex-direction: column;
    margin: 3%;
}

#about-mobile h5,
#about-page-mobile h5,
#about-desktop h5,
#about-desktop-fr h5 {
    font-size: clamp(.5rem, 2.2vw, 3rem);
    margin: -90px 0 30px 19vw;
    position: relative;
    z-index: 2;
    background-color: var(--color-blue);
    padding: .8rem;
    border-radius: 10px 0 0 10px;
    width: 70%;
    line-height: 3.8vw;
    font-weight: 300;
}

.about-cta-container p {
    color: white !important;
}

#about-mobile p,
#about-page-mobile p,
#about-desktop p,
#about-desktop-fr p {
    color: var(--color-dark-blue);
    padding: .5rem 1rem;
    font-size: .8rem;
    line-height: 13px;
}


.about-cta-container img {
    max-width: 100%;
}

.about-cta-container-inner,
.about-cta-container-last {
    border-right: 2px solid transparent;
    border-right: none;
    padding: .5rem;
}

.divider {
    background-image: url(images/divider.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: color;
    height: 30px;
    background-blend-mode: luminosity;
    background-color: #262626;
    margin: 1px 0 -11px 0;
}

/* read more */
#about-mobile .more p,
#about-page-mobile .more p,
#about-desktop .more p,
#about-desktop-fr .more p {
    margin-top: 1rem;
}

/* about list */
.list-grid {
    list-style: none;
    padding: 0 1rem;
    margin: 1.5rem 0;
    /* max-width: 800px; */
    border-radius: 10px;
    overflow: hidden;
    font-size: 0.95rem;
}

.list-grid li {
    padding: 0.75rem 1.25rem;
}

.list-grid li:nth-child(odd) {
    background-color: #d7d8d8;
    color: var(--color-dark-blue);
    /* lighter row */
}

.list-grid li:nth-child(even) {
    background-color: #e4e5e7;
    color: var(--color-dark-blue);
    /* darker row */
}

.ministry-list li {
    margin-bottom: 0.35rem;
}

@media screen and (min-width:300px) {

    #about-mobile h5,
    #about-page-mobile h5,
    #about-desktop h5,
    #about-desktop-fr h5 {
        line-height: 3vw;
        font-size: clamp(.7rem, 2.2vw, 3rem);
    }

    #about-mobile h2,
    #about-page-mobile h2,
    #about-desktop h2,
    #about-desktop-fr h2 {
        font-size: clamp(2.2rem, 6vw, 4rem) !important;
    }

    #about-mobile p,
    #about-page-mobile p,
    #about-desktop p,
    #about-desktop-fr p {
        font-size: 1rem;
        line-height: 20px;
    }

    #about-desktop h6,
    #about-desktop-fr h6 {
        margin: -60px auto 0 auto;
        z-index: 1;
    }

    #about-header-parent p,
    #about-header-parent-fr p {
        font-size: clamp(1.1rem, .4vw, 2rem) !important;
        line-height: 2.3vw !important;
    }

    #about-page-mobile h2 {
        font-size: clamp(1rem, 5vw, 4rem) !important;
        line-height: 1.7rem;
    }

    .support-img-div img {
        /* max-width: 200px; */
    }
}

@media screen and (min-width:500px) {

    #about-mobile h5,
    #about-page-mobile h5 {
        margin: -131px 0 50px 19vw;
    }
}

@media screen and (min-width:559px) {

    #about-mobile h5,
    #about-page-mobile h5 {
        margin: -150px 0 50px 19vw;
    }

    #about-mobile h2,
    #about-page-mobile h2 {
        line-height: 6.5vw;
    }

    #about-page-mobile h2 {
        line-height: 2.1rem;
    }

}

@media screen and (min-width:600px) {

    #about {
        background:
            linear-gradient(0deg, #d2d5dad4 0%, #d2d5daee 18.42%, #fffffff7 100%),
            url('../images/about-background.avif') no-repeat fixed center;
        background-size: cover;
        background-blend-mode: lighten;
    }

    #about h2 {
        padding: 1.5rem 3rem;
    }

    #about h5 {
        margin: -104px auto 0 auto;
        border-radius: 10px;
        max-width: 520px;
        padding: 1rem;
        font-size: 1rem;
        line-height: 19px;
    }

    .about-cta-container a,
    .about-cta-container-icons a,
    #read-more-btn,
    button {
        width: 50%;
    }

}

@media screen and (min-width:800px) {

    #about-mobile p,
    #about-page-mobile p,
    #about-desktop p,
    #about-desktop-fr p {
        font-size: 1.2rem;
        line-height: 20px;
    }

    #about-page-mobile h2 {
        font-size: 2.2rem !important;
        line-height: 2.4rem !important;
    }

}

@media screen and (min-width:875px) {
    #about {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 120px;
    }

    #about h2 {
        font-size: clamp(4.4rem 70.4px, 5vw, 3rem) !important;
        line-height: 5vw;
        padding: 1rem;
    }

    /* #about h5 {
        font-size: .75rem;
        line-height: 1.5vw;
    } */

    #about img {
        width: 75%;
    }

    .about-img-col {
        display: block;
        flex-direction: ro;
        width: 50%;
    }


    #about-desktop h5,
    #about-desktop-fr h5 {
        margin: -155px 0 30px 19vw;
    }

    .about-cta-container,
    .about-cta-container-icons {
        flex-direction: column;
        /* align-items: center; */
    }
}

@media screen and (min-width:1024px) {

    #about-mobile {
        display: none;
    }

    #about-desktop,
    #about-desktop-fr {
        display: block;
        padding: 0 0 10px 0;
    }

    .about-cta-container,
    .about-cta-container-icons {
        flex-direction: row-reverse;
        align-items: flex-start;
        background: var(--color-black);
        justify-content: flex-end;
    }

    .about-cta-container-icons {
        margin: 22px auto -86px auto;
        width: 94%;
        display: flex;
        justify-content: flex-end;
        background-color: transparent;
    }

    .about-cta-container {
        height: 248px;
    }

    #bible-img,
    #bible-img-icon {
        width: 26% !important;
    }

    #bible-img-fr,
    #bible-img-icon-fr {
        width: 29% !important;
    }

    #bible-img-icon,
    #bible-img-icon-fr {
        opacity: 0;
    }

    .list-grid {
        margin: 1.5rem auto;
        max-width: 1000px;
    }

    .about-page-paragraph {
        font-size: 1.3rem !important;
        line-height: 1.5rem !important;
    }

    /* Firefox-only overrides */
    @supports (-moz-appearance: none) {

        #bible-img-icon,
        #bible-img-icon-fr {
            width: 30vw !important;
            /* ← your custom Firefox size */
            height: auto !important;
        }

        .about-cta-container {
            height: auto;
            /* let the container grow with content */
        }
    }

    #bible-img,
    #bible-img-fr {
        min-width: 30%;
        height: 38vw !important;
        margin-top: -178px !important;
        margin-left: 25px !important;
    }

    .about-cta-container a,
    button {
        width: 100%;
        padding: .5rem;
        font-size: 9px;
    }

    .about-cta-container img,
    .about-cta-container-icons img {
        /* width: 40% !important; */
        margin: 1rem 2.5rem 1rem 1.5rem !important;
    }

    .sub-title {
        font-size: 17px !important;
        line-height: 1.6rem;
    }

    .about-cta-container-first img,
    .about-cta-container-middle img,
    .about-cta-container-last img {
        margin: 0 auto !important;
        background-color: white;
        width: 66% !important;
    }

    .about-cta-container-last,
    .about-cta-container-last-icons,
    .about-cta-container-middle,
    .about-cta-container-middle-icons,
    .about-cta-container-first,
    .about-cta-container-first-icons {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        padding: .5rem;
        /* width: 289px !important; */
    }

    .about-cta-container-last-icons img,
    .about-cta-container-middle-icons img,
    .about-cta-container-first-icons img {
        padding-bottom: 20px !important;
    }



    .about-cta-container-last {
        border-right: 2px solid var(--color-blue) !important;
        border-left: 2px solid var(--color-blue) !important;

    }

    .about-cta-container p,
    em {
        font-size: .8rem;
    }


    #about-desktop h2,
    #about-desktop-fr h2 {
        font-size: clamp(2.2rem, 3.2vw, 4rem) !important;
        line-height: 4vw;
        padding: 20px 0 0 0;
        text-align: left;
    }

    #about-desktop h6,
    #about-desktop-fr h6 {
        font-size: .7rem !important;
        line-height: .9rem;
        padding: 20px 0 0 0;
        text-align: left;
        background-color: var(--color-blue);
        text-align: center;
        margin: -20px auto 0 auto;
        padding: 1rem;
        border-radius: 5px;
    }

    #about-desktop-fr h6 {
        /* width: 360px; */
        width: 25vw;
    }

    .je-voudrais {
        margin-top: -2vw !important;
    }

    #about-desktop p,
    #about-desktop-fr p {
        padding: .5rem 0.5rem;
        position: relative;
        z-index: 2;
    }

    #about-mobile p,
    #about-page-mobile p,
    #about-desktop p,
    #about-desktop-fr p {
        font-size: .8rem;
        line-height: 17px;
        margin-bottom: 20px;
    }

    #about-page-mobile h2 {
        font-size: 2.4rem !important;
        line-height: 2.8rem !important;
    }

    #about-desktop p,
    #about-desktop-fr p {
        font-size: 1vw;
    }

    #about-desktop-fr p {
        /* margin-bottom: 0; */
        font-size: clamp(1rem, .4vw, 2rem) !important;
    }

    #about-paragraph-parent p {
        background-color: rgb(225 226 228 / 81%);
    }

    #about-desktop .more p,
    #about-desktop-fr .more p {
        margin: 0;
    }

    #about-desktop-fr h2 {
        font-size: clamp(2.5rem, 3.2vw, 4rem) !important;
    }

    .about-img-div {
        align-items: baseline;
        padding: 1.5rem;
    }

    .about-img-div img {
        width: 440px;
        height: auto;
        margin: 0;
    }

    /* #about-img-parent {
        width: 120%;
    } */

    #about-header-parent,
    #about-header-parent-fr {
        display: flex;
        flex-direction: row;
    }

    #about-header-parent p,
    #about-header-parent-fr p {
        font-size: clamp(.8rem, .4vw, 2rem);
        line-height: 1.3vw;
        text-align: left;
        padding: 8px 40px 0 0
    }

    #about-img-parent,
    #about-img-parent-fr {
        width: 1000px;
    }

    #about-img-parent-fr {
        width: 830px;
    }

    .about-img-fr {
        width: 100% !important;
    }



}

@media screen and (min-width: 1200px) {

    #about-header-parent p,
    #about-header-parent-fr p {
        font-size: clamp(1.11rem, .4vw, 2rem) !important;
        line-height: 1.8vw !important;
        margin-bottom: .5rem !important;
    }

    #bible-img,
    #bible-img-fr {
        /* min-width: 34%; */
        height: 38vw !important;
        margin-top: -256px !important;
    }


    .support-img-div {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .support-img-div img {
        width: 330px !important;
        height: auto;
    }

    .support-col-1 {
        padding: 10rem;
    }

}

@media screen and (min-width: 1300px) {

    #about-header-parent p,
    #about-header-parent-fr p {
        font-size: clamp(1.2rem, .4vw, 2rem) !important;
        line-height: 1.8vw !important;
    }

    .je-voudrais {
        margin-top: -2.8vw !important;
    }

    #about-page-mobile h2 {
        font-size: 2.8rem !important;
        line-height: 3rem !important;
    }

    .support-img-div img {
        width: 25vw !important;
        height: auto;
    }

}

@media screen and (min-width:1500px) {
    #about-header-parent-fr p {
        font-size: clamp(1.33rem, .4vw, 2rem) !important;
    }
}

@media screen and (min-width: 1400px) {

    #about-desktop h2,
    #about-desktop-fr h2 {
        line-height: 60px;
        padding: 3rem 11rem 0 0;
    }

    .je-voudrais {
        margin-top: -4vw !important;
    }

    #bible-img,
    #bible-img-fr {
        height: 497px !important;
        margin-top: -265px !important;
    }

}


@media screen and (min-width: 1600px) {

    #about-desktop p,
    #about-desktop-fr p {
        font-size: 16px;
    }

    #about-desktop-fr h6 {
        /* width: 360px; */
        width: 409px;
    }

    #about-desktop-fr {
        padding: 0 50px 10px 50px;
    }

    #about-header-parent p,
    about-header-parent-fr p {
        font-size: clamp(1.33rem, 0.5vw, 2rem) !important;
        line-height: 28px !important;
    }

    #bible-img,
    #bible-img-fr {
        height: 448px
    }

    .je-voudrais {
        margin-top: -3vw !important;
    }
}

@media screen and (min-width: 1700px) {

    #about-header-parent p,
    about-header-parent-fr p {
        font-size: clamp(1.38rem, 0.5vw, 2rem) !important;
        line-height: 28px !important;
    }

}

@media screen and (min-width: 1800px) {
    #about-header-parent-fr p {
        font-size: clamp(1.55rem, 0.5vw, 2rem) !important;
        line-height: 25px;
    }

    #about-header-parent p,
    about-header-parent-fr p {
        font-size: clamp(1.45rem, 0.5vw, 2rem) !important;
        line-height: 25px;
    }

    .je-voudrais {
        margin-top: -50px !important;
    }

    #about-desktop {
        padding: 0 171px 10px 171px;
    }

    #about-img-parent {
        width: 1200px;
    }

}

@media screen and (min-width: 2000px) {
    #about-desktop {
        padding: 0 271px 10px 271px;
    }

    #about-desktop-fr {
        padding: 0 150px 10px 150px;
    }

    #about-header-parent p,
    about-header-parent-fr p {
        margin-top: 14px;
    }

    #about-header-parent-fr p {
        line-height: 27px !important;
        margin-bottom: 10px !important;
        margin-top: 19px;
    }




}

@media screen and (min-width: 2300px) {
    #about-desktop {
        padding: 0 371px 10px 371px;
    }

    #about-desktop-fr {
        padding: 0 250px 10px 250px;
    }

    .support-img-div img {
        width: 510px !important;
        height: auto;
    }

    .support-img-div {
        max-width: 1630px;
        margin: 0 auto;
    }
}