

@media all and (min-width:768px) {
    
.footer_top .container_inner {
    display: flex;
    justify-content: space-between;
}

.footer_top {
    padding: 25px 100px;
}

}


@media all and (max-width: 767px) {

.footer_top {
    padding: 20px;
}

}


@media all and (max-width: 1000px) {
.header_bottom {
    background-color: #FFF !important;
}
}