.articles_container__O0cOS{background-color:var(--bg-color);width:100%;box-sizing:border-box}.articles_wrapper__ZBFhk{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;max-width:1200px;margin:3rem auto;padding:20px}.articles_blogPost__SensT{position:relative;background-color:var(--card-dark);box-shadow:3px 3px 6px rgba(0,0,0,.3);border-radius:8px;overflow:hidden;text-align:left;color:var(--text-light)}.articles_image__z8C0W{width:100%;height:200px;object-fit:cover}.articles_title___q4A4{font-size:1.4rem;margin:1rem 0 .5rem;padding:0 15px;color:var(--text-light)}.articles_description__vS9U1{font-size:1rem;padding:0 15px 25px;color:var(--text-light)}@media screen and (max-width:1024px){.articles_container__O0cOS{width:100%}.articles_wrapper__ZBFhk{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.articles_wrapper__ZBFhk{grid-template-columns:repeat(2,1fr)}.articles_pageDescription__Qm8dH{width:100%}}@media screen and (max-width:480px){.articles_wrapper__ZBFhk{grid-template-columns:1fr}}