.top_inter {
    background-image: url(../img/bg_contact.jpg);
    display: table;
    width: 100%;
    min-height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
}
.inter_page {
    min-height: 100vh;
    margin-top: 60vh;
    position: relative;
    width: 100%;
    background: #ededed;
    display: table;
    clear: both;
}
.title_top_inter {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    margin: 10vh auto 0;
    font-size: 4em;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Raleway;
    font-weight: 300;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.55);
    text-align: center;
}

@media (max-width:767px) {
.title_top_inter {font-size: 2.5em !important;}
.title_inter {font-size: 2.5em !important;}
}






