.cards-with-main-cards-wrapper{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);justify-items:space-between}.cards-with-main-card{border-radius:var(--main-border-radius);box-shadow:var(--card-default-shadow);display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:308px;padding:var(--space-m);transition:box-shadow .2s ease-out;width:100%}.cards-with-main-card:hover{box-shadow:var(--card-active-shadow)}.cards-with-main-card.card-main{padding-bottom:var(--space-l);padding-top:var(--space-l)}.cards-with-main-card.card-left,.cards-with-main-card.card-right{margin-bottom:40px;margin-top:40px}.cards-with-main-title{display:flex;justify-content:space-between;margin-bottom:var(--space-m);position:relative;width:calc(100% - var(--space-s)*4)}.cards-with-main-title h2{margin-top:0}.cards-with-main-card.card-left h3,.cards-with-main-card.card-main img,.cards-with-main-card.card-right h3{margin-bottom:var(--space-m)}.cards-with-main-card .cards-with-main-card-list{display:flex;flex-direction:column;font-size:1rem;line-height:30px;margin-bottom:var(--space-m);min-height:120px}.cards-with-main-card .cards-with-main-card-list div{display:flex}.cards-with-main-card .cards-with-main-card-list div:before{background-repeat:no-repeat;content:" ";display:block;height:20px;margin-right:6px;position:relative;top:4px;width:20px}.cards-with-main-card .cards-with-main-card-list div.checked:before{background-image:url(https://8736211.fs1.hubspotusercontent-na1.net/hubfs/8736211/Website%20assets/icons/Check.svg)}.cards-with-main-card.card-left .cards-with-main-card-list div.not-checked:before,.cards-with-main-card.card-main .cards-with-main-card-list div.not-checked:before,.cards-with-main-card.card-right .cards-with-main-card-list div.not-checked:before{background-image:url(https://8736211.fs1.hubspotusercontent-na1.net/hubfs/8736211/Website%20assets/icons/Cross.svg)}.cards-with-main-card .cards-with-main-card-footer h3,.cards-with-main-card .cards-with-main-card-footer h4{margin:0}@media (max-width:960px){.cards-with-main-cards-wrapper{grid-template-columns:repeat(1,1fr)}.cards-with-main-card{margin-bottom:0!important;margin-top:0!important}.cards-with-main-card.card-main{order:1}.cards-with-main-card.card-left,.cards-with-main-card.card-right{order:2}}