.s-page-list{margin:5.5rem auto;background-color:var(--color-white)}@media only screen and (max-width: 987px){.s-page-list{margin:3.5rem auto}}.s-page-list__title{margin:5.5rem 0 70px;text-align:center}.s-page-list__items{display:grid;grid-gap:1.5rem;grid-template-columns:1fr 1fr 1fr}@media only screen and (max-width: 987px){.s-page-list__items{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-page-list__items{grid-template-columns:1fr}}.s-page-list__item{display:flex;flex-direction:column;align-items:start;justify-content:space-between;color:var(--color-black-light)}.s-page-list__item-image{margin-bottom:1.5rem;border-radius:.5rem;overflow:hidden}.s-page-list__item-image img{aspect-ratio:16/9;width:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-in-out}.s-page-list__item-image img:hover{transform:scale(1.1)}.s-page-list__item-title{font:500 var(--font-size-h-xs)/1.4 var(--font-heading);margin:0 1.5rem .5rem}.s-page-list__item-content{font:400 var(--font-size-t-md)/1.55 var(--font-text);margin:1rem 1.5rem}.s-page-list__item-cta{margin:0 1.5rem}
