.covid-response {
    background: #f2f6f9;
    width: 700px;
    margin: 100px auto 0;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.covid-response h3 {
    margin: 0 0 30px;
    font-size: 30px;
}
.covid-response p {
    margin: 0 0 20px;
    font-weight: 500;
}
.covid-response p a {
    color: #9b59b6;
    text-decoration: underline;
}
.covid-response ul {
    padding: 0px 0 0 50px;
    margin: 0 0 20px;
    list-style: lower-roman;
    font-weight: 500;
}
@media (max-width: 700px) {
    .covid-response {
        width: 100%;
    }
}