.service-list{padding:0;margin:0;list-style-type:none;width:100%}@media (max-width:575px){.service-list:not(.service-list--slider){display:grid;grid-template-columns:1fr;min-height:0;min-width:0}}.service-list>li{min-width:0}.service-list--2{gap:10px}@media (min-width:576px){.service-list{display:grid;grid-template-columns:1fr;min-height:0;min-width:0}.service-list--2{grid-template-columns:repeat(2,1fr);gap:20px}.service-list--3{grid-template-columns:repeat(3,1fr);gap:9px}}@media (min-width:1200px){.service-list--2{gap:30px}.service-list--3{gap:10px}}@media (min-width:1400px){.service-list--2{gap:20px}.service-list--3{gap:20px}}.card{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:10px 14px;border-radius:9999px;gap:14px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(31,150,239,.1)),to(#eaf2fa));background-image:linear-gradient(to bottom,rgba(31,150,239,.1),#eaf2fa)}.card:hover{color:var(--orange)}.card:hover svg path{fill:var(--orange)}.card:hover .card__btn .btn{background-color:var(--orange)}.card:active,.card:focus{color:var(--orange-light)}.card:active svg path,.card:focus svg path{fill:var(--orange-light)}.card:active .card__btn .btn,.card:focus .card__btn .btn{background-color:var(--orange-light)}@media (min-width:1200px){.card{padding:24px 20px;border-radius:30px;gap:20px}}@media (min-width:1400px){.card{padding:40px;gap:40px}}.card__icon{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px}.card__icon svg{width:40px;max-width:100%;height:100%}@media (min-width:1200px){.card__icon svg{width:80px}}@media (min-width:1400px){.card__icon svg{width:120px}}@media (min-width:1200px){.card__icon{margin-left:10px}}@media (min-width:1400px){.card__icon{margin-left:0}}.card__content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:600}@media (min-width:700px){.card__content{font-size:18px}}@media (min-width:1200px){.card__content{font-size:24px;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}}@media (min-width:1400px){.card__content{font-size:28px}}.card__name{line-height:normal}