.content{
    height: auto;
    width: 100%;
     display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
article{
    width: 50%;     
    margin-top: 50px;
}

h2{
    font-size: 3rem;
    text-align: center;
}

.lead{
    line-height: 35px;
    font-size: 18px;
    margin-top: 25px;
    letter-spacing: .8px;
}

#first{
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
}
.meta{
    margin-top: 20px;
}

span{
    /* color: #c42a25; */
    font-weight: 600;
}

@media (max-width: 768px) {
    article{
        width: 80%;
        margin-top: 30px;
    }
    h2 {
        font-size: 2.8rem;
        text-align: center;
    }
    .lead{
        margin-top: 20px;
    }
    #first {
        font-size: 1.3rem;
    }
}