﻿.card-services{padding:32px 0}
.card-services ul{padding:0;color:var(--color_body-text)}
.card-services .wrapper{padding:32px;border-radius:44px}
.card-services .wrapper h2{color:var(--color_bg-purple);font-weight:700;font-size:24px;line-height:normal;text-align:center}
.card-services .wrapper .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px}
@media(max-width:991px){.card-services .wrapper .cards{grid-template-columns:repeat(2,1fr)}
}@media(max-width:576px){.card-services .wrapper .cards{grid-template-columns:1fr}
}.card-services .wrapper .cards .card{background-color:var(--color_bg-purple);border-radius:32px;padding:24px;-webkit-transition:all .3s ease;transition:all .3s ease}
.card-services .wrapper .cards .card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}
.card-services .wrapper .cards .card h3{font-size:18px;color:var(--color_text-white);margin-top:12px}
.card-services .wrapper .cards .card .image{width:100%;height:100%;max-height:200px;min-height:200px}
.card-services .wrapper .cards .card .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}
.card-services .wrapper .cards .card .title{font-size:16px;color:var(--color_text-white);margin-top:12px}
.card-services .wrapper .cards .card .description p{font-size:14px;color:var(--color_text-white)}
.card-services .wrapper .cards .card .description ul{color:var(--color_text-white)}
.card-services .wrapper .cards .card .description ul li::marker{color:var(--color_text-white)}
.card-services .wrapper .cards.grid-2{grid-template-columns:repeat(2,1fr)}
.card-services .wrapper .cards.grid-3{grid-template-columns:repeat(3,1fr)}
.card-services .wrapper .cards.grid-4{grid-template-columns:repeat(4,1fr)}
.card-services .wrapper.LightGreen{background-color:var(--color_primary-color)}
.card-services .wrapper.Purple{background-color:var(--color_bg-purple)}
.card-services .wrapper.Purple h2{color:var(--color_text-white)}
.card-services .wrapper.Purple .cards .card{background-color:var(--color_primary-color)}
.card-services .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:32px 0}
.card-services .actions a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}