.card-list .intro{margin-bottom:var(--inner-section);display:flex;justify-content:space-between;align-items:flex-start;gap:1em}.card-list .intro>div{flex:1}.card-list .outro{margin-top:var(--inner-section);width:100%;max-width:100%}@media(min-width: 1080px){.card-list:has(.side-slider){overflow:hidden}.card-list:has(.side-slider) .wrap{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0 var(--column-gap);position:relative}.card-list:has(.side-slider) .intro{width:100%;max-width:calc(33% - var(--column-gap));flex-direction:column;position:relative;z-index:2}.card-list:has(.side-slider) .side-slider{max-width:calc(66% - var(--column-gap));position:relative;width:100%}.card-list:has(.side-slider) .side-slider:before{content:"";position:absolute;z-index:1;top:-1%;right:100%;width:100vw;height:102%;background:var(--section-background-color, white)}.card-list:has(.side-slider) .side-slider .slick-list{overflow:visible}}section:has(.card-list){overflow:hidden;clear:both}