.article-box__list{flex-wrap:wrap;gap:2rem;width:100%;margin-top:3.5rem;margin-bottom:3.5rem;display:flex}@media screen and (max-width:768px){.article-box__list{gap:1rem}}@media screen and (max-width:600px){.article-box__list{margin-top:2.5rem}}@media screen and (max-width:425px){.article-box__list{margin-top:1.5rem}}.article-box__item{background-color:#fff;border:1px solid #e3e3e3;border-radius:1.5rem;flex-direction:column;justify-content:space-between;width:calc(33.3333% - 1.33333rem);display:flex}@media screen and (max-width:1024px){.article-box__item{width:calc(50% - 1rem)}}@media screen and (max-width:768px){.article-box__item{width:calc(50% - .5rem)}}@media screen and (max-width:600px){.article-box__item{width:100%}}.article-box__image-wrapper{width:100%;position:relative}.article-box__image{border-radius:1.5rem;width:100%;display:flex;overflow:hidden}@media screen and (max-width:768px){.article-box__image{border-radius:1.25rem}}.article-box__image img{object-fit:contain;width:100%;height:100%}.article-box__category{background-color:#fff;border-radius:.25rem;padding:.5rem;font-size:.75rem;font-weight:400;position:absolute;bottom:1rem;left:1rem}@media screen and (max-width:768px){.article-box__category{padding:.25rem;bottom:.625rem;left:.625rem}}.article-box__content{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1rem;display:flex}.article-box__content-title-and-text{flex-direction:column;display:flex}.article-box__title-link{text-decoration:none}.article-box__title{font-family:var(--SF_Pro),sans-serif;color:var(--hd-title-black);margin-bottom:.75rem;font-size:1rem;font-weight:600}@media screen and (max-width:425px){.article-box__title{margin-bottom:.5rem;font-size:.875rem}}.article-box__text{font-family:var(--SF_Pro),sans-serif;color:#7f7f7f;margin-bottom:1.25rem;font-size:.875rem;font-weight:400}@media screen and (max-width:425px){.article-box__text{margin-bottom:1rem}}.article-box__date-and-link{justify-content:space-between;align-items:center;gap:1rem;display:flex}.article-box__date{color:#7f7f7f;font-size:.875rem;font-weight:400}.article-box__link{color:#c0262e;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;font-weight:400;text-decoration:none;display:flex}.article-box__link:hover img{animation:.7s ease-in-out infinite arrowWiggle}.article-box__link img{width:1.5rem;height:1.5rem}
