.custom-list{align-items:center;background-color:#ebf6ff;display:grid;grid-template-columns:20px 1fr 20px;overflow:hidden}.custom-list .hero-content{grid-column:2/3;padding:50px 0 10px;position:relative;z-index:1}.custom-list .hero-content h1 strong{color:var(--secondary);font-weight:500}.custom-list .hero-content ul{display:grid;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:10px 10px 30px}.custom-list .hero-content ul li{display:inline-block;font-weight:600;margin:10px 0;padding-left:24px;position:relative}.custom-list .hero-content ul li:before{background-color:var(--secondary);content:"";height:3px;left:0;position:absolute;top:8px;width:10px}.custom-list .hero-image{grid-column:1/4;height:100%;margin-top:-120px;min-height:400px;padding-top:0;position:relative;width:100%}.custom-list .hero-image img{object-fit:cover}.custom-list .hero-image .overlay,.custom-list .hero-image img{height:100%;left:0;position:absolute;top:0;width:100%}.custom-list .hero-image .overlay.horizontal{background:linear-gradient(180deg,#ebf6ff,hsla(0,0%,100%,0) 50%)}.custom-list .hero-image .overlay.vertical{background:linear-gradient(90deg,#ebf6ff 8%,hsla(0,0%,100%,0) 66%)}@media (min-width:768px){.custom-list{grid-template-columns:40px 1fr 40px}.custom-list .hero-content{padding:60px 0}.custom-list .hero-image{margin-top:-180px}}@media (min-width:1024px){.custom-list .hero-content{grid-column:2/4;grid-row:1/2}.custom-list .hero-image{grid-column:3/6;grid-row:1/2;margin-top:0}.custom-list .hero-image .overlay.horizontal{background:linear-gradient(180deg,#ebf6ff 5%,hsla(0,0%,100%,0) 60%)}.custom-list .hero-image .overlay.vertical{background:linear-gradient(90deg,#ebf6ff,hsla(0,0%,100%,0) 36%)}}