.top_inter {
    background-image: url(../img/bg_act.jpg);
    display: table;
    width: 100%;
    min-height: 40vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
position: fixed;
top:0;
}
.inter_page {
    min-height: 100vh;
    margin-top: 35vh;
    position: relative;
    width: 100%;
    background: #ededed;
    display: table;
    clear: both;
padding-bottom: 5vh;
}
.top_page {
    display: table;
    margin: 5vh auto;
}

.title_inter {
    font-family: Raleway;
    font-size: 3.5em;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}

@media (max-width:767px) {
.title_top_inter {font-size: 3em !important;}
.title_inter {font-size: 2.5em !important;}
}












