.phone-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    background-color: #00a45c;
    box-shadow: 0px 0.25rem 0.5rem #58585a;
}
    
.phone-contact li {
    list-style: none;
}

.phone-contact li a {
    font-weight: normal;
    font-size: 2rem;
    text-decoration: none;
    color: #ffffff  ;
    padding-right: 2.5rem;
    display: block;
}

@media (min-width: 800px) {
    .phone-bar {
        display: none;
    }
}
