section.blog-hero-module{padding:40px 20px}section.blog-hero-module .container{background-color:#ecf7e7;border-radius:20px;padding:120px 20px}section.blog-hero-module .wrapper{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:685px;width:100%}section.blog-hero-module h1{margin-bottom:1rem;text-align:center}section.blog-hero-module .description{margin-bottom:2rem;max-width:590px;text-align:center}section.blog-hero-module .description *{text-align:center}section.blog-hero-module .tags-wrapper{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}section.blog-hero-module .tags-wrapper li{list-style-type:none}section.blog-hero-module .tags-wrapper .tag{background-color:#dbf2ce;color:#1e3229;padding:8px 12px;transition:background-color .3s ease,color .3s ease}section.blog-hero-module .tags-wrapper .tag.active,section.blog-hero-module .tags-wrapper .tag:hover{background-color:#1e3229;color:#fff}@media (max-width:768px){section.blog-hero-module .container{padding:40px 20px}}