   .banner_carpentry {
    background: url(/images/carpentry-banner.jpg) no-repeat #e8f0fb;
    background-position: right;
    padding: 55px 0 55px;
}
.banner_heading {
    width: 90%;
}
.inner__banner__text {
    width: 80%;
}
@media screen and (max-width: 768px) {
    .banner_heading {
        width: 100%;
    }

    .inner__banner__text {
        width: 100%;
    }
}