.Covid-19{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.Covid-19 h1{
    color: chocolate;
}
.Covid-19 p{
    color: tomato;
}
.Covid-19-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;

}
.Covid-19-col img{
    width: 100%;
    border-radius: 10px;
}
.Covid-19-col p{
    text-align: center;
    color: tomato;
    padding: 0;
}
.Covid-19-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: center;
}
.Covid-19-col .fa{
    color: #f44336;
}
