@media (max-width: 767px){
div#cs-page-title-wrapper {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    padding: 0!important;
    margin: 0 0 20px!important;
    background-image: none;
}

#cs-page-title-wrapper  .contain-wrap{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
#cs-page-title-wrapper .sub_header_text{
padding-bottom: 10px;
line-height: 1.5;
}
#cs-page-title-wrapper .title_bar .page-title {
       font-size: 20px!important;
       line-height: 1.2 !important;
}
.cs-interactive-banner.style2:hover .cs-interactive-content-hover-wrap .cs-interactive-short-description{
    display: none;
}

}