.custom-cards{display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}.custom-cards__card{background:#fff;border:1px solid rgba(209,213,228,.4);border-radius:8px;box-shadow:0 4px 8px rgba(237,237,244,.59);display:flex;flex-direction:column;padding:30px}.custom-cards__icon{margin-bottom:10px}.custom-cards__text h4{margin-bottom:10px}.custom-cards__text p{color:var(--light-text-color)}.custom-cards__text ul{font-weight:300;list-style:none;padding:0}.custom-cards__text ul>li{margin-bottom:10px;padding-left:30px;position:relative}.custom-cards__text ul>li:before{background:url('data:image/svg+xml;utf8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.10273 9.08344L0.333496 10.9296C2.10337 12.6169 2.98107 13.671 4.12837 15.9552H7.00016C8.43606 10.5196 11.513 6.21187 15.4104 1.80138L16.3335 0.775744C15.7181 -0.147107 14.0771 -0.249368 12.9489 0.775744C9.6121 4.17835 8.10681 6.41545 5.76939 10.7245C5.4617 11.1347 4.94888 11.2373 4.64119 10.9296L3.10273 9.08344Z" fill="%23414B5C"/></svg>') no-repeat 50%;background-size:contain;content:"";height:16px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:17px}.custom-cards__btn-wrapper{margin-top:auto}