
/* services */
.n-services {
    margin-bottom: 50px;
}
.n-services__head h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(33, 37, 41, 1);
}
.n-services__item a {
    text-decoration: none;
}
.n-services__list {
    position: relative;
}
.n-services__list .slider-services{
    position: unset;
}
.n-services__list .swiper-button-next  {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='22.5' cy='22.5' r='22' fill='white' stroke='%23093E60'/%3e%3cpath d='M20.1312 15.5713L18.3687 17.346L24.0937 23.1232L18.3687 28.9003L20.1312 30.675L27.6312 23.1232L20.1312 15.5713Z' fill='%23212529'/%3e%3c/svg%3e");
    width: 45px;
    height: 45px;
    right: -20px;
}
.n-services__list .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='22.5' cy='22.5' r='22' fill='white' stroke='%23093E60'/%3e%3cpath d='M26.6312 17.346L24.8687 15.5713L17.3687 23.1232L24.8687 30.675L26.6312 28.9003L20.9062 23.1232L26.6312 17.346Z' fill='%23212529'/%3e%3c/svg%3e");
    width: 45px;
    height: 45px;
    left: -20px;
}
.n-services__list .swiper-button-prev:after, .n-services__list .swiper-button-next:after {
    content: "";
}
.n-services__list .slider-services {
    padding: 5px;
    margin: 0 -5px;
}
.n-services__wrapper {
    height: auto;
}
.n-services__item {
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    display: flex;
    flex-direction: column;
    gap:30px;
    height: auto;
    min-height: 350px;
}
.n-services__item-content {
    font-size: 18px;
    line-height: 22px;
}
.n-services__item-image{
    display: flex;
    flex-direction: column;
    align-items: center;
}