.container-service {
    /* width: 100%;
    height: 100%;
    position: relative; */
    text-align: center;
}

.element-service {
    /* display: block; */
    /* background: red; */
    margin-bottom: 10px;
    height: 202px;
    border-right: 1px solid #22b5e28c;
}

@media (max-width: 1000px) {
    .image_service img {
        max-width: 100%;
        position: relative;
        display: inline-block;
        /* float: left; */
    }
    figcaption {
        display: block;
        position: relative;
        /* float: left; */
        margin-top: 6%;
        margin-left: 2px;
    }
    .element-service {
        border: 1px solid #22b5e28c;
    }
}