@import "responsive1024/top-header.css";
@import "responsive1366/top-header.css";
@import "mobile/top-header.css";

.container .top-header-wrapper {
    padding: 0 80px;
    background-color: #0f1935;
    justify-content: space-between;
    align-items: center;
    display: flex;
}


