@media only screen and (max-width: 767px) {
.row.align-items-center {
    display: block;
    width: 100%;
}
.full-width-header .rs-header.style2 .menu-area .col-lg-3.col-md-4.col-12 {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
}

.logo-part a {
    display: flex;
    align-content: center;
    justify-content: center;
}
.logo-part {
    width: 100%;
}

}