.mis-top-banner-container {
    position: relative;
    text-align: center;
    color: black;
}

.mis-top-banner-container .title h1 {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.mis-top-banner-container .title {
    position: absolute;
    top: 45% !important;
    left: 0 !important;
    right: 0 !important;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

@media (max-width:767px){
    .mis-top-banner-container .title {top: 28% !important;}
}