.row.section__theme {
    background-color: #f1f6fc;
}
section.row.about {
    background: #f1f6fc !important;
}
h1.article-title {
    font: normal normal 21px var(--font-raleway);
    font-weight: 800;
}
h2.subtitle {
    font: normal normal 17px/22px var(--font-raleway);
    letter-spacing: calc(1em * (50 / 1000));
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.articleWrap .article:nth-of-type(odd) .text {
    padding: 0px 55px 0px 0px;
}
.articleWrap .article:nth-of-type(even) .text {
    padding: 0px 0px 0px 55px;
}
span.members {
    font-style: italic;
}
p.article-info {
    line-height: 26px;
    padding-top: 40px;
    font-size: 15px;
}
.articleWrap .article:nth-of-type(even) {
    flex-direction: row-reverse;
}
.row.article {
    margin-bottom: 100px;
}
.articleWrap .article {
    margin-bottom: 100px;
}
.container.articleWrap {
    margin-top: 100px;
}
@media only screen and (max-width: 320px) {

}
@media only screen and (max-width: 375px) {
    .row.no-wrap.intro-article {
        padding-bottom: 0 !important;
    }
}
@media only screen and (max-width: 992px) {
    .about .text .no-wrap {
        padding-bottom: 0 !important;
    }
  }
@media only screen and (max-width: 768px) {
   
    .articleWrap .article:nth-of-type(odd) .text {
        padding: 0;
    }
    .container.articleWrap {
        margin-top: 20px;
    }
    .articleWrap .article {
        margin-bottom: 20px;
    }
    .articleWrap .article:nth-of-type(even) .text {
        padding: 0;
    }
    span.members {
        font-size: 14px;
    }
    h2.subtitle {
        font-size: 14px !important;
        line-height: 18px !important;
        margin-bottom: 1rem !important;
    }
    p.article-info {
        line-height: 24px;
        padding-top: 20px;
    }
    h1.article-title {
        font-size: 16px !important;
        line-height: 8px !important;
        margin-top: 30px;
    }
    .about .text .no-wrap {
        padding-bottom: 0 !important;
    }
}