.section4{
    background-color: #fff;
    width: 100vw;
    height: 450vh;
    position: relative;
    padding:  0 0 0 3vh;
}

.title-section4{
    background-image: url(../Assets/Section4-Title.svg);
    background-size: 35%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 2% 60%;
    width: 40%;
    height: 450vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.beliefs-container{
    width: 60%;
    height: 450vh;
    position: absolute;
    right: 0%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  
    overflow: hidden;
}

.belief-item-container{
    width: 50%;
    height: max-content;
    text-align: center;
}

.belief-item-container img{
    width: 100%;
    height: 20vh;
}

.belief-item-container h1{
    font-family: 'Sofia pro';
    font-size: 3.5vh;
    font-weight: 800;
}

.belief-item-container p{
    font-family: 'Sofia pro';
    font-size: 2.5vh;
    font-weight: 100;
}

.belief-item-container p .bible-verse{
    font-family: 'Sofia pro';
    font-style: italic;
    font-size: 2vh;
    font-weight: 400;
}

@media screen and (max-width: 836px){
    .section4{
        overflow: hidden;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .title-section4{
        background-image: url(../Assets/Section4-Title.svg);
        background-size: 70%;
        background-attachment: initial;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 20vh;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }

    .beliefs-container{
        width: 100%;
        height: max-content;
        position: relative;
        right: 0%;
    
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
      
        overflow: hidden;

        gap: 15vh;
        margin: 0;
        padding: 0;
    }

    .belief-item-container{
        width: 80%;
        height: max-content;
        text-align: center;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-height: 500px){
    .title-section4{
        margin: 5vh 0 0 0;
        height: 30vh;
    }

    
.belief-item-container h1{
    font-family: 'Sofia pro';
    font-size: 5vh;
    font-weight: 800;
}

.belief-item-container p{
    font-family: 'Sofia pro';
    font-size: 5vh;
    font-weight: 100;
}

.belief-item-container p .bible-verse{
    font-family: 'Sofia pro';
    font-style: italic;
    font-size: 4.5vh;
    font-weight: 400;
}
  }

  .video-background-container{
  background-image: url(../Assets/BG-WWB-PAGE.jpg);
}


.WWB-title{
    margin-top: 10%;
}