.blog_posts__list{align-content:stretch;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;margin:auto;padding:2rem 0}.blog_posts__list__title{align-items:baseline;color:#ff5908;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:600;gap:.75rem;padding:2rem 2rem 0}.blog_posts__list__title hr{border:0;border-bottom:2px solid #ff5908;display:block;height:1px;margin:0;padding:0;width:75px}article.blog_post{align-items:center;align-self:stretch;background-color:#242d3c;box-sizing:border-box;display:flex;flex:1;flex-direction:column;margin:0 auto;max-width:450px;min-width:300px;padding:2rem;width:25%}.blog_post__text{display:flex;flex-direction:column;flex-grow:1;gap:4rem;justify-content:space-between}.blog_post__tag__container{align-items:center;display:flex}.blog_post__tag{background-color:transparent;border:2px solid #ff5908;color:#ff5908;cursor:pointer;margin:0;padding:10px 15px;transition:all .2s ease-in-out}.blog_post__title h2{color:#fff;font-size:2rem;margin:0}.blog_post__bottom{align-items:center;display:flex;gap:1rem;justify-content:space-between;text-align:center}.blog_post__bottom .blog_post__author,.blog_post__bottom .blog_post__tiempo_lectura,.blog_post__bottom .blog_post__timestamp{color:#ff5908;display:flex;margin:0}.blog_suscription{background:linear-gradient(#ff5908,#242d3c);color:#fff;display:flex;margin:3rem 0;padding:2rem}.blog_suscription form input[type=email]::placeholder{color:#fff;font-weight:600;opacity:1}@media (max-width:768px){.blog_posts__list{gap:10px}article.blog_post{align-items:flex-start;flex:auto;max-width:none;width:100%}.blog_post__text{gap:1rem;width:100%}.blog_post__bottom span.blog_post__tiempo_lectura,.blog_post__tag__container{display:none}.blog_post__title h2{font-size:1.5rem}}@media (max-width:476px){article.blog_post{min-width:auto}.blog_post__bottom{flex-wrap:wrap}}