.covidupdate {
    background: #1b95d8;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
	margin-bottom: 20px !important;
}

.covidupdate a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.covidupdate a:before {
    content: '\f071';
    font-family: fontawesome;
    margin-right: 10px;
}