.banner_28{
    position: relative;
}
.banner_28 .banner_28_title{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
}
@media(min-width: 1200px) {
    .banner_28{
        min-height: 200px;
    }
}
@media(max-width: 1200px) {
    .banner_28_title .pb20{
        padding-bottom: 0;
    }
}