component-about-b .cover {
    height: 500px;
    display: table;
    text-align: center;
}
component-about-b .cover .into {
    display: table-cell;
    vertical-align: middle;
}
component-about-b .bg_image {
    height: 500px;
    padding: 0;
}
component-about-b .cover .into h1 {}
component-about-b .cover .into h4 {}
component-about-b .cover .into ._description {}
@media screen and (max-width: 768px) {
    component-about-b .cover .into h1 {
        font-size: 20px !important;
    }
    component-about-b .cover .into h4 {
        font-size: 16px !important;
    }
    component-about-b .cover .into ._description {
        font-size: 14px;
    }
}