
.navbar__mobile {
    /* background-color: #00A3D4; */
    background-color: #00A3D4;
    padding-left: 36rem;
    padding-right: 36rem;
    padding-top: 8rem;
    padding-bottom: 23rem;
    position: fixed;
    top: 76rem;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none;
    
    position: absolute;
}
.navbar__mobile.active {
    display: block;
}
.navbar__mobile__links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    list-style-type: none ;
}
.navbar__mobile__links li {
    margin-bottom: 20.4rem;
}
.navbar__mobile__links li:last-child {
    margin-bottom: 0;
}
.navbar__mobile__links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 28rem;
    font-weight: 400;
    line-height: 33.6rem;
    text-align: center;
    text-transform: uppercase;
    padding-right: 14rem;
    border-right: 1rem solid #ffffff;
}