footer {
    justify-content: space-around;
}

.u-hidden\@smartphone {
    display: none;
}


.o-contact__container {
    text-align: center;
}

.o-contact-tbl {
    margin: auto;
}

.o-footer__section {
    text-align: center;
    margin: 0;
    width: 100%;
}

.o-footer__section > p {
    margin-bottom: 0;
}

.o-footer__section--right {
    text-align: center;
}

.o-menu__button {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.o-test-now__container {
    margin-bottom: 20px;
}


.c-contact__gl {
    float: none;
}

.c-header {
    position: absolute;
}

.c-logo {
    height: 55px;
}

.c-menu {
    width: 100%;
    position: absolute;
    top: 55px;
    margin-left: 0;
    height: 0;
    overflow: hidden;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-property: height;
}

.c-menu--visible {
    height: 100vh !important;
}

.c-menu__burger {
    display: inherit;
    position: absolute;
    background: none;
    border: none;
    right: 5px;
    top: 15px;
    cursor: pointer;
}
