.entry-content p {
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8571428571;
    margin-top: 12px;
}

.entry-content p a {
    color: #309748;
}

.entry-content p a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) {

    .entry-content p {
        font-size: 1rem;
        line-height: 1.75;
        margin-top: 24px;
    }
}
