.articleWrapper{
    /* width: 1280px; */
    width: 1100px;
    margin: 20px auto 0;
    padding: 30px;
}
.article-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    padding-bottom: 50px;
    font-family: Space Grotesk, -apple-system, linkMacSystemFont, Helvetica Neue, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 400;
}
.article-wrapper h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 24px 0 28px;
}
.article-wrapper p {
    font-size: 15px;
}
/* @media (max-width: 1280px) { */
@media (max-width: 1110px) {
    .articleWrapper{
        width: 100%;
        margin-top: 0;
    }

    .article-wrapper {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: justify;
        font-size: 14px;
    }

    .article-wrapper h3 {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

    .article-wrapper p {
        font-size: 14px;
        line-height: 1.5em;
    }
}