.lcovid-btn {
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all ease-in-out .2s;
    transition: all .2s ease-in-out;
    font-size: 11px;
    padding: 7px 21px;
    color: #fff;
    background: #2446CC;
    margin-top: 5px;
    line-height: 1.8;
    outline: none;
    border: none;
}
.lcovid-btn:hover{
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2); 
    border-bottom-color: inherit; 
    color: #fff;
}
.lcovid-btn:visited{
    color: #fff;
}

.lcovid-card p{
    font-size: 15px;
}

.inside.lcovid-card {
    margin: 10px !important;
    padding: 10px !important;
    text-align: center;
}

.lcovid-card h2 {
    font-weight: 500 !important;
    font-size: 30px !important;
}

.lcovid-icons img {
    padding: 10px;
}
