
.full_image{
    width:100%;
    height:600px;
    background-size:cover;
    position:relative;
}

.statement{
    position:absolute;
    right:200px;
    top:40%;
    font-size:30px;
    font-weight:bold;
    max-width:500px;
    text-align:right;
    background:#fff;
    padding:20px;
    text-transform:uppercase;
    border-radius:3px
}


.full_image{
    width:100%;
    height:600px;
    background-size:cover;
    position:relative;
}

.statement{
    position:absolute;
    right:200px;
    top:40%;
    font-size:30px;
    font-weight:bold;
    max-width:500px;
    text-align:right;
    background:#fff;
    padding:20px;
    text-transform:uppercase;
    border-radius:3px
}

#single_page, #single_post{
    position:relative;
    top:-100px;
}

#single_page h1, #single_post h1{
    width:fit-content;
    padding:20px 150px;
    margin:auto;
    position:relative;
     color:#fff;
    font-size:40px;
    border-radius:3px;
    text-transform:uppercase;
    margin-bottom:40px;

}
