.services {
    margin-bottom: 120px;
}
.services h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 64px;
}
.services h3 {
    font-size: 20px;
    line-height: 100%;
    text-align: left;
    padding: 0 24px;
    margin-top: 0;
    margin-bottom: 8px;
}
.services__i {
    margin: 0 16px;
    max-width: 300px;
}
.services__i img {
    border-radius: 0 40px 40px 40px;
}
.services__img {
    margin-bottom: 8px;
}
.services__i a {
    display: block;
    background: linear-gradient(180deg, #8EB743 0%, #81A63E 100%);
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 22px;
    text-align: center;
    border-radius: 40px;
    width: 100%;
    margin-top: auto;
}
.services__slider {
    display: none;
}
.services__slider._init {
    display: block;
}
.services__i-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services .slick-track {
    display: flex !important;
}
.services .slick-slide {
    height: inherit !important;
}

@media screen and (max-width: 800px) {
    .services {
        margin-bottom: 80px;
    }
    .services h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}