/* web/assets/css/component/articles-section.css */
.Articles img {
    width: 100%;
    height: auto;
}

.Articles .h2-article {
    display: inline-block !important;
    text-align: left !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.Articles div {
    padding: 35px;
    color: var(--FOSS-Blue-text);
}

.Articles p {
    padding-bottom: 14px;
}

.grey {
    background-color: #f1f1f1;
}