.articles-block--service.articles-block--service-new .articles-block__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0;
    width: 100%;
}

.articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item {
    margin: 0;
    width: 100%;
}

.articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 228px 1fr;
    grid-template-columns: 228px 1fr;
}

.articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .article__img {
    margin: 0;
    height: 329px;
}

.articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .articles-block__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 30px;
    background-color: #F4F8FC;
}

.articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .articles-block__item-content .article__title {
    margin-bottom: 15px;
    max-height: unset;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
}

.articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .articles-block__item-content .article__content {
    margin-bottom: 45px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.011em;
    color: #1E1E1E;
}

.articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .articles-block__item-content .article__button {
    margin-top: auto;
    background-color: transparent;
    max-width: 200px;
    font-size: 12px;
}

.articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .articles-block__item-content .article__button svg {
    margin-left: 8px;
    display: none;
}

.section-title .h1{
    text-align: left;
    margin: 0.83rem 0;
}

@media (max-width: 1023px) {
    .articles-block--service.articles-block--service-new .articles-block__wrapper {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}
@media (max-width: 575px) {
    .articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .article__img {
        width: 100%;
        height: 167px;
    }

    .articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .articles-block__item-content {
        padding: 14px;
        padding-bottom: 17px;
    }

    .articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .articles-block__item-content .article__title {
        font-size: 20px;
    }

    .articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .articles-block__item-content .article__content {
        margin-bottom: 15px;
    }

    .articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .articles-block__item-content .article__button {
        padding: 0;
        padding-top: 16px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        max-width: unset;
        border: none;
        border-top: 1px solid rgba(51, 51, 51, 0.1);
        text-transform: capitalize;
    }

    .articles-block--service.articles-block--service-new .articles-block__wrapper .articles-block__item .article--service .articles-block__item-content .article__button svg {
        display: block;
    }
}