.section-header{
    border: 1px solid #e6e6e6;
    margin-bottom: 0;
    border-radius: 0;
}
.container {
    padding: 0 45px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section-header-container .section-menu-desktop li a:hover {
    text-decoration: none;
}

.section-header-container .section-menu-desktop-right .section-menu-right a:hover {
    text-decoration: none;
}

.section-header-container .section-menu-m .section-menu-m-wrapper li a {
    text-decoration: none;
}

.footer-link .footer-link-top ul {
    display: flex;
    justify-content: flex-end;
}

.footer-link .footer-link-top li {
    display: inline-flex;
}

.footer-link .footer-link-top li a {
    text-decoration: none;
}

.footer-link .footer-link-btm a {
    text-decoration: none;
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .footer-link .footer-link-top ul {
        justify-content: center;
    }
}