.resources-blog{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem}.blog-list{max-width:1100px;margin:0 auto;padding:3rem 0 4rem}.blog-list__none-found{font-size:2.4rem}.blog-list__item{display:flex;flex-direction:row;align-items:flex-start;gap:3rem;margin-bottom:5rem}@media(max-width:900px){.blog-list__item{flex-direction:column;gap:2rem}}.blog-list__image-wrapper{flex:1 1 400px;max-width:400px;display:flex;align-items:flex-start;justify-content:flex-end}@media(max-width:900px){.blog-list__image-wrapper{max-width:100%;justify-content:center}}.blog-list__image{width:100%;height:auto;max-height:400px;border-radius:.375rem;box-shadow:0 4px 24px rgba(0,0,0,.08);object-fit:cover}.blog-list__content-area{flex:2 1 0;min-width:0}.blog-list__date{font-size:1.4rem;font-weight:600;color:#222;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;display:inline-block;padding-bottom:.2rem;border-bottom:.3rem solid rgba(0,0,0,0);background:linear-gradient(90deg,#d56f2c,#954d1d 50%,#dd8c56);background-size:100% .3rem;background-repeat:no-repeat;background-position:0 100%}.blog-list__title{font-size:2.8rem;font-weight:700;margin:1.2rem 0 1.5rem;line-height:1.1}.blog-list__meta{font-size:1.6rem;color:#444;margin-bottom:2.5rem}.blog-list__content{line-height:1.7;color:#222;margin-top:2.5rem;max-width:800px}.blog-list__content p{font-size:1.5rem}.blog-list__item:last-child{margin-bottom:0}@media(max-width:600px){.blog-list__title{font-size:2rem}.blog-list__content{font-size:1rem}.blog-list__item{gap:1.2rem}}.blog-list__separator{display:none}@media(max-width:900px){.blog-list__separator{display:block;border-top:2px solid #d56f2c;margin:2.5rem 0;width:100%}}.blog-list__divider{border-top:1px solid #d56f2c;width:100%;margin:2.5rem 0}