.ArticlesSection{margin-top:40px}.ArticlesSection__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ArticlesSection__head__btn{transition:.3s;padding:10px 15px 10px 20px;color:#fd385b;border:1px solid #fd385b;border-radius:37px;display:flex;align-items:center;column-gap:10px;margin:24px auto 0}.ArticlesSection__head__btn svg path{fill:var(--primary-color)}.ArticlesSection__head__btn:hover{background-color:var(--primary-color);color:#fff}.ArticlesSection__head__btn:hover svg path{fill:#fff}.ArticlesSection__title{color:#12175d;font-size:24px;font-weight:600}@media(max-width:576px){.ArticlesSection{margin-top:30px}.ArticlesSection__head{margin-bottom:16px}.ArticlesSection__head__arrow svg path{fill:#fd385b}.ArticlesSection__cards{column-gap:16px}.ArticlesSection__title{font-size:20px}}