.more-articles{margin-top:60px;padding-bottom:80px}.more-articles__header{background:#fff;border:1px solid #0a3d5c1a;border-radius:20px;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;padding:24px 40px;display:flex}@media (width<=768px){.more-articles__header{flex-direction:column;align-items:flex-start;gap:16px;padding:24px}}.more-articles__header .view-all{color:#1f7db5;flex-direction:row;align-items:center;gap:8px;font-family:Manrope;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.more-articles__header .view-all svg{transition:transform .3s}.more-articles__header .view-all:hover{color:#0a3d5c}.more-articles__header .view-all:hover svg{transform:translate(4px)}@media (width<=768px){.more-articles__header .view-all{display:none}}.more-articles__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (width<=1024px){.more-articles__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.more-articles__grid{grid-template-columns:1fr}}
