.full-width-image {
    width: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.9);
    min-height: 80vh;
    position: relative;
}
.full-width-image-block-content{
    position: absolute;
    bottom: 40px;
}
.full-width-image-block-title {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: white;
    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.4)!important;

}
.full-width-image-block-text {
    margin-top: 10%;
    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    color: white !important;
    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.4)!important;
}
.full-width-image-block-button {
    text-align: center;
}

@media screen and (max-width: 768px){
    .full-width-image {
        width: 100%;
    }
    .full-width-image-block-title {
        font-size: 2.5rem !important;
    }
    .full-width-image-block-text h1 {
        font-size: 1rem !important;
    }
    .full-width-image-block-text{
        margin-top: 0px;
    }
}