.custom-cards{box-sizing:border-box;padding:16px;width:100%}.custom-cards__inner{display:flex;flex-wrap:wrap;gap:16px;margin:0 auto;max-width:1200px;width:100%}.custom-card{border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.08);box-sizing:border-box;display:flex;flex-direction:column;min-width:0;padding:24px 24px 22px;transition:transform .2s ease,box-shadow .2s ease}.custom-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.1),0 2px 5px rgba(0,0,0,.08);transform:translateY(-2px)}.custom-cards--1 .custom-card{flex:1 1 100%}.custom-cards--2 .custom-card{flex:1 1 calc(50% - 8px)}.custom-cards--3 .custom-card{flex:1 1 calc(33.33333% - 10.667px)}.custom-cards--4 .custom-card{flex:1 1 calc(50% - 8px)}.custom-card__title{color:#1d2a57;font-size:20px;font-weight:700;line-height:1.2;margin:0 0 10px}.custom-card__content{color:#414b68;font-size:14px;line-height:1.45;margin-bottom:18px}.custom-card__content p{margin:0}.custom-card__button-wrapper{margin-top:auto}.custom-card__button{align-items:center;background-color:#00b9f2;border-radius:7px;box-sizing:border-box;color:#fff;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;letter-spacing:.04em;line-height:1;min-height:42px;min-width:167px;padding:10px 24px;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease,transform .2s ease}.custom-card__button:hover{background-color:#009fd3;color:#fff;text-decoration:none}.custom-card__button:focus-visible{outline:3px solid rgba(0,185,242,.35);outline-offset:3px}@media (max-width:767px){.custom-cards{padding:12px}.custom-cards__inner{gap:16px}.custom-cards--3 .custom-card{flex:1 1 calc(50% - 8px)}}@media (max-width:540px){.custom-cards__inner{flex-direction:column;flex-wrap:nowrap}.custom-cards--1 .custom-card,.custom-cards--2 .custom-card,.custom-cards--3 .custom-card,.custom-cards--4 .custom-card{flex:0 0 100%;width:100%}.custom-card,.custom-card__button{width:100%}}