.inter_page {
    display: table;
    margin: 30px auto;
    width: 100%;
min-height: 800px;
}
.title_inter {
padding :50px 0;
text-align; center;
border-bottom: 1px solid #e1e1e1;
}
.title_inter h1{
text-align: center;
    font-family: lato;
    display: table;
    margin: 0 auto;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3d3d3d;
    border-bottom: 1px solid #ca2e54;
}


@media (max-width:767px) {.inter_page {display:block;min-height: 50vh;}}



