.prices  {
    background: rgb(255, 255, 255);
    min-height: 850px;
    height: calc(100% - 224px);
}
.prices.page {
    padding: 0px !important;
}
.prices .wrap.padding {
    padding: 50px 0;
}
.prices .left_side h2,
.prices .left_side p {
    margin-right: 55%;
}
.prices .image3 {
    position: relative;
    height: 100%;
}
.prices .image3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: transparent url('../img/slide4.jpg') right center no-repeat;
    background-size: cover;
}