#case .top-title span {
    max-width: 70%!important;
    width: 100%;
}
.top-title::after,.top-title::before {max-width: 13%;}


@media only screen and (max-width: 480px) {
    
#case .top-title span {
           max-width: 100% !important;
        padding: 0px 56px;
        line-height: 1.2;
}
    .top-icon::before,.top-icon::after {
            background-position: center center;
        position: absolute;
        height: 100%;
        width: 58px;
    }
    
    
}