.services{background:#fff;border-radius:20px;margin:20px 0;padding:60px}@media (width<=768px){.services{padding:40px 16px}}.services__heading{text-align:left;margin-bottom:40px}@media (width<=1024px){.services__heading{text-align:center;margin-bottom:30px}}.services__list{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;display:grid}@media (width<=1024px){.services__list{grid-template-columns:repeat(2,1fr);gap:16px}}.services .card{background:linear-gradient(234.63deg,#fff0 0%,#edf4f9 100%);border:1px solid #0a3d5c1a;border-radius:20px;flex-direction:column;min-height:220px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.services .card:hover{background:#dce8f2}.services .card:hover .btn-arrow{color:#fff;background:#1f7db5}.services .card:hover .btn-arrow svg{transform:rotate(-90deg)}.services .card__content{z-index:2;box-sizing:border-box;flex-direction:column;justify-content:space-between;height:100%;padding:20px;display:flex;position:relative}.services .card__text h3{color:#0a1b2c;margin-bottom:6px;font-size:16px;font-weight:700}.services .card__text .description{color:#4a6580;margin:0;font-size:13px}.services .card__image{z-index:1;position:absolute;bottom:0}.services .card__image img{object-fit:contain;object-position:bottom;width:100%;height:100%}.services .card .btn-arrow{color:#bde0f2;background:#fff;border:1px solid #0a3d5c1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.services .card .btn-arrow svg{transition:transform .3s}@media (width<=768px){.services .card .btn-arrow{display:none}}.services .card--large{grid-column:span 2;min-height:240px}@media (width<=768px){.services .card--large{grid-column:1/-1;min-height:240px}}.services .card--large .card__content{width:55%;margin-left:auto;padding:24px}@media (width<=768px){.services .card--large .card__content{width:100%;margin-left:0}}.services .card--large .card__text h3{font-size:22px}@media (width<=768px){.services .card--large .card__text h3{font-size:20px}}.services .card--large .card__image{width:50%;height:100%;left:0}@media (width<=768px){.services .card--large .card__image{width:80%;height:80%;left:-10%}}.services .card--large .card__footer{justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}@media (width<=768px){.services .card--large .card__footer{justify-content:flex-end}}.services .card--large .qualitation{color:#1f7db5;align-items:center;gap:6px;padding:4px 8px;font-size:13px;font-weight:600;display:flex}.services .card--large .qualitation img{width:20px;height:20px}@media (width<=768px){.services .card--large .qualitation{width:40%;padding:0}}.services .card--small{grid-column:span 1;min-height:220px}.services .card--small .card__footer{justify-content:flex-end;margin-top:130px;display:flex}.services .card--small .card__image{width:180px;height:180px;left:0;right:0}@media (width<=768px){.services .card--small .card__image{width:160px;height:160px}}
