header {
    background-color: #fff;
    padding: 0px 0; 
    display: flex;
    justify-content: space-between;
    align-items: center; 
    height: 0x;
    flex-wrap: wrap;
    
}

.contact-info {
    align-items: center;
    font-size: 20px;
    vertical-align:top;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
}