.article-detail__header{margin-bottom:2.5rem;text-align:center}.article-detail__title{color:#1a1a1a;font-size:clamp(2rem,4vw,2.5rem);font-weight:800;margin:0}.article-detail__hero{margin:0 auto 2.5rem;max-width:1000px;max-width:62.5rem}.article-detail__hero-img{display:block;height:auto;width:100%}.article-detail__content{margin:0 auto 3.75rem;max-width:800px;max-width:50rem;text-align:center}.article-detail__content p{color:#1a1a1a;font-size:1rem;font-weight:700;line-height:1.6;margin-bottom:1.25rem}.article-detail__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3.75rem}.article-detail__back-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.9rem;gap:12px;gap:.75rem;padding:1rem 2rem}.article-detail__back-btn .icon-back{height:20px;height:1.25rem;width:20px;width:1.25rem}.article-gallery{margin:0 auto;max-width:1000px;max-width:62.5rem}.article-gallery__header{margin-bottom:2.5rem;text-align:center}.article-gallery__title{color:#1a1a1a;display:inline-block;font-size:2rem;font-weight:800;margin:0;position:relative}.article-gallery__title:after{background-color:#da0d21;clip-path:polygon(100% 0,0 0,100% 100%);content:"";height:20px;height:1.25rem;position:absolute;right:-20px;right:-1.25rem;top:-5px;top:-.3125rem;width:20px;width:1.25rem}.article-gallery__grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr;gap:20px;gap:1.25rem;grid-template-columns:1fr}@media only screen and (min-width:40em){.article-gallery__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64em){.article-gallery__grid{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}.article-gallery__item{aspect-ratio:320/213;background-color:#f5f5f5;border-radius:4px;display:block;margin:0 auto;max-width:320px;max-width:20rem;overflow:hidden;width:100%}.article-gallery__item:hover .article-gallery__img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.article-gallery__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;width:100%}