.aside-blog{max-width:390px}.aside-blog,.aside-blog .posts{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem}.aside-blog .posts{padding:2rem;background-color:var(--background-color-gray-1);border-radius:var(--border-radius-1)}.aside-blog .posts h4{font-weight:700;line-height:var(--title-line-height-3)}.aside-blog .posts .box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem}.aside-blog .posts .box p{font-size:.9rem;line-height:var(--text-height-2)}.aside-blog .posts .box .blog-post-preview{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-shadow:none;padding:1rem;border-radius:var(--border-radius-1);border:1px solid var(--border-color-gray-1)}.aside-blog .posts .box .blog-post-preview a{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}.aside-blog .posts .box .blog-post-preview h4{font-size:var(--text-size-1);line-height:var(--title-height-3)}.aside-blog .aside-contacto-box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#F8F5F1;border-radius:var(--border-radius-1)}.aside-blog .aside-contacto-box .title-2{padding:2rem 1rem 0;color:var(--heading-color-1)}