img {
    max-width: 100%;
}
.servise br {
    display: block;
}
.servise .bg-text {
    position: absolute;
    right: 0;
    width: 55%;
}
.servise h3 {
    margin-bottom: 30px;
}
.servise .mt70 {
    margin-top: 70px;
}
.servise .row .col-lg-6 {
    margin-bottom: 3em;
}
.servise .row:last-child .col-lg-6 {
    margin-bottom: 0;
}
.servise .sec img {
    width: 95%;
}
.servise .sec .txt {
    width: 95%;
    margin: -5em 0 0 auto;
    padding: 3em;
    background: #fff;
    position: relative;
    z-index: 99;
}
@media(min-width: 992px) {
    .servise .row .col-lg-6 {
        margin-bottom: 0em;
    }
    .servise .row .col-lg-6:last-child {
        margin-top: 10em;
    }
    .servise .row:last-child .col-lg-6 {
        margin-top: 0;
    }
}
@media(max-width: 540px) {
    .servise .sec .txt {
        padding: 30px;
    }
}
.page__column article h4.d-md-inline {
    display: block !important;
    margin-top: 5px;
}
.page__column img,
.inner.column img {
    height: auto;
}