﻿.covid19 {
    background: #004020;
    padding: 20px 10px;
    margin-bottom: 0.5em;
}

.covid19__contacts span {
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    
    font-style: normal;
    letter-spacing: 0;
    color: #ffffff !important;
}

.covid19__contacts a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

.covid19__contacts a:hover{
    color: #ffffff;
}

.covid19__image {
    width: 550px;
    height: 120px;
    max-width: 100%;
    height: auto;
}
