@media (max-width: 1023.99px) {
    .article-wrap {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;

    }

    .article-img--mob {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .article-img{
        display: none;
    }

    .article-img--mob img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .service .r-middle{
        padding: 0 5px;
    }
    .service{
        font-size: 13px !important;
    }
}

@media (min-width: 1024px) {
    .article-wrap {
        display: flex;
        justify-content: center;
        gap: 6%;
        flex-wrap: nowrap;
    }

    .article-wrap article {
        width: 50%;
    }

    .article-img--mob {
        display: none !important;
    }

    .article-img {
        width: 50%;
        display: block;
    }

    .article-img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}



@media (max-width: 560px) {
    .service{
       height: 118px !important;
    }

    .service img{
        width: 40% !important;
    }
}