.baners {
    margin: 30px auto;
    display: flex;
}
.blog-row {
    margin-top: 50px;
    display: flex;
}
.faq-row{  display: flex;}

.two-banner{display: flex;}

.company {
    display: flex;
}
@media only screen and (max-width: 810px) {
    .table-top{height: auto!important;}
    .baners .col-lg-3.col {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:768px) {
    .slider-table {
        display: flex !important;
    }
    .big-post{max-height: initial!important;}

    .faq-row .col-sm-6 {
        min-height: 64px;
    }
}



@media only screen and (max-width: 641px) {
    .slider-table {
        display: flex!important;
    }
}




@media screen and (max-width: 1280px) and (min-width: 1024px) {
    .blog-row .box-banner {
        height: 180px!important;
    }


    .blog-row .big-post img {
        width: 100%;
        height: auto;
    }
    .big-post{height:570px!important;
        max-height: none!important;}

    .big-post .content-post {
        height: 214px!important;
        position: relative;
    }
    .big-post .content-post a.button {
        position: absolute;
        bottom: 0;
    }

}



@media only screen and (min-width:1920px) {
    .box-banner {
        height: 180px;
    }
    .big-post{height:570px;
        max-height: none!important;}
    .blog-row .big-post img {
        width: 100%;
        height: auto;
    }
    .big-post .content-post {
        height: 214px;
        position: relative;
    }
    .big-post .content-post a.button {
        position: absolute;
        bottom: 0;
    }
}
