.section3{
    background-color: #1b1b1b;
    width: 100vw;
    height: max-content;
    color: #fff;
}

.container-section-01{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;

    padding: 10vh;
}

.information-container-sect3-01{
    height: 100%;
    width: 100%;
    grid-column: 2;
    grid-row: 1;
    justify-items: right;
    align-content: center;
}

.information-container-sect3-H1-01{
    font-size: 8vh;
    font-weight: 700;
    margin: 0;
    font-family: 'Sofia Pro', sans-serif;
    text-align: right;
}


.information-container-sect3-P-01{
    font-size: 4vh;
    font-weight: 100;
    margin: 0;
    padding: 0;
    font-family: 'Sofia Pro', sans-serif;
    text-align: right;
}

.goal-sect3{
    font-weight: 700;
}

.image-contianer-sect3-01{
    position: relative;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;


}

.image-sect3-01{
    
    width: 100%;
    height: 63.5vh;

    overflow: hidden; /* Hide parts of the fixed background outside the container */
    background-image: url('../Assets/The-Rock-Church-congregation.jpg');
    background-size: contain;
    background-position: center;
    background-attachment: local;
    background-repeat: no-repeat;
    
}


/* .container section Part 2*/
.container-section-02{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 2;

    padding: 5vh;
}


.information-container-sect3-02{
    height: 100%;
    width: 100%;

    grid-column: 1;
    grid-row: 1;


    justify-items: left;
    align-content: center;
}

.information-container-sect3-H1-02{
    font-size: 8vh;
    font-weight: 700;
    margin: 0;
    padding: 0;

    font-family: 'Sofia Pro', sans-serif;
    text-align: center;
}


.information-container-sect3-P-02{
    font-size: 4vh;
    font-weight: 100;
    margin: 0;
    padding: 0;

    font-family: 'Sofia Pro', sans-serif;
    text-align: left;
    line-height: 1.2;


}
.LG-Bold{
    font-weight: 700;
}

.image-contianer-sect3-02{
    position: relative;

    grid-column: 2;
    grid-row: 1;

    width: 95%;
    height: 100%;
    left: 5%;

    justify-items: center;
    align-content: center;


}

.image-sect3-02{
    width: 100%;
    height: 63.5vh;

    overflow: hidden; /* Hide parts of the fixed background outside the container */
    background-image: url('../Assets/front-David-Stovall.jpg');
    background-size: contain;
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
}


.button-container-sect3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.button-landing-extra{
    position: relative;
    background-color: #fff;
    padding: 2vh 5vh;
    border-radius: 8vh;
    text-align: center;
    transition: 0.3s ease-in-out;
    width: max-content;
    border: none;
}

.button-landing-extra:hover{
    transform: scale(0.97);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}


.button-landing-extra a{
    text-decoration: none;
    color: #000;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 600;
    font-size: 4vh;
}

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

    .container-section-01{
        display: flex;
        flex-direction: column;
        padding: 0vh;
        margin: 5vh;
    }

    .information-container-sect3-01{
        justify-items: center;
        display: flex;
        flex-direction: column;
        gap: 5vh;
    }

    .information-container-sect3-H1-01{
        font-size: 8vh;
        font-weight: 700;
        margin: 0;
        font-family: 'Sofia Pro', sans-serif;
        text-align: center;
    }

    .information-container-sect3-P-01{
        font-size: 4vh;
        font-weight: 100;
        margin: 0 0 5vh 0;
        padding: 0;
        font-family: 'Sofia Pro', sans-serif;
        text-align: center;
    }


    /* .container section Part 2*/
.container-section-02{
    display: flex;
    flex-direction: column;

    padding: 5vh;
}


.information-container-sect3-02{
    height: 100%;
    width: 100%;

    display: flex;
    flex-direction: column;

    justify-items: center;
    align-content: center;
    gap: 5vh;
}

.information-container-sect3-H1-02{
    font-size: 8vh;
    font-weight: 700;
    margin: 0;
    padding: 0;

    font-family: 'Sofia Pro', sans-serif;
    text-align: center;
}

.information-container-sect3-P-02{
    font-size: 4vh;
    font-weight: 100;
    margin: 0;
    padding: 0;

    font-family: 'Sofia Pro', sans-serif;
    text-align: left;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5vh;

}


}

@media screen and (max-width: 768px){
    .information-container-sect3-H1-01{
        font-size: 6vh;
        text-align: center;
    }
    .information-container-sect3-P-01{
        font-size: 3vh;
        text-align: left;
    }
    .information-container-sect3-H1-02{
        font-size: 6vh;
        text-align: center;
    }
    .information-container-sect3-P-02{
        font-size: 3vh;
        text-align: left;
    }
    .image-sect3-01{
    
        width: 100%;
        height: 55vh;
    
        overflow: hidden; /* Hide parts of the fixed background outside the container */
        background-image: url('../Assets/The-Rock-Church-congregation.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: local;
        background-repeat: no-repeat;
        margin-right: 1vh;
        
    }

    .image-sect3-02{
        width: 100%;
        height: 55vh;
        overflow: hidden; /* Hide parts of the fixed background outside the container */
        background-image: url('../Assets/front-David-Stovall.jpg');
        background-size: cover;
        background-attachment: local;
        background-position: center;
        background-repeat: no-repeat;
    }

}


@media screen and (max-width: 620px){
    .information-container-sect3-H1-01{
        font-size: 4vh;
        text-align: center;
    }
    .information-container-sect3-P-01{
        font-size: 2vh;
        text-align: left;
    }
    .information-container-sect3-H1-02{
        font-size: 4vh;
        text-align: center;
    }
    .information-container-sect3-P-02{
        font-size: 2vh;text-align: left;
    }
    .image-sect3-01{
    
        width: 100%;
        height: 55vh;
    
        overflow: hidden; /* Hide parts of the fixed background outside the container */
        background-image: url('../Assets/The-Rock-Church-congregation.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: local;
        background-repeat: no-repeat;
        margin-right: 1vh;
        
    }

    .image-sect3-02{
        width: 100%;
        height: 55vh;
        overflow: hidden; /* Hide parts of the fixed background outside the container */
        background-image: url('../Assets/front-David-Stovall.jpg');
        background-size: cover;
        background-attachment: local;
        background-position: center;
        background-repeat: no-repeat;
    }

}

@media screen and (max-height: 400px){
    .information-container-sect3-H1-01{
        font-size: 8vh;
        text-align: center;
    }
    .information-container-sect3-P-01{
        font-size: 5vh;
        text-align: left;
    }
    .information-container-sect3-H1-02{
        font-size: 8vh;
        text-align: center;
    }
    .information-container-sect3-P-02{
        font-size: 5vh;
        text-align: left;
    }
    .image-sect3-01{
    
        width: 100%;
        height: 55vh;
    
        overflow: hidden; /* Hide parts of the fixed background outside the container */
        background-image: url('../Assets/The-Rock-Church-congregation.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: local;
        background-repeat: no-repeat;
        margin-right: 1vh;
        
    }

    .image-sect3-02{
        width: 100%;
        height: 55vh;
        overflow: hidden; /* Hide parts of the fixed background outside the container */
        background-image: url('../Assets/front-David-Stovall.jpg');
        background-size: cover;
        background-attachment: local;
        background-position: center;
        background-repeat: no-repeat;
    }

}



