:root {
    font-size: 14px;
}
/* Header */
.navbar {
    height: 0;
    overflow: hidden;
    position: absolute;
    inset: 0;
    flex-direction: column;
    z-index: 1;
    transition: height .5s;
}
#backdrop {
    display: none;
    content: '';
    position: absolute;
    inset: 0;
    background: #4D5765;
    opacity: .7;
}
.navbar a {
    color: #20ACDF;
    background-color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 1rem 0;
}
#collapse {
    display: block;
    cursor: pointer;
}
/* Main */
.aboutUs .content {
    flex-wrap: wrap;
    justify-content: center;
}
/* Mics */
.hidden-mobile {
    display: none;
}