.campus-page .page-header {
    height: 440px;
    /*background-color: #f2f2f2;*/
}
.campus-page .page-header .overlay {
    background: #00000014;
}
.campus-page .page-header .text h1 {
    color: #e10e64;
}
@media only screen and (min-width: 200px) and (max-width: 767px){
    .campus-page .page-header .text {
        margin-top: 140px;
        margin-left: 0;
        padding: 0 20px;
        text-align: center;
    }
}
