.retail-website-content .retail-website-shopping .left {
    width: 45%;
    height: 345px;
    display: table;
}

.retail-website-content .retail-website-shopping .right {
    width: 55%;
    height: 345px;
    background: url('../img/retail_website/retail_website_computer.png') no-repeat top center;
    background-size: 100%;
}

.retail-website-content .retail-website-shopping {
    padding: 0 20px;
    margin-top: -8%;
    display: flex;
    position: relative;
}

.retail-website-content .retail-website-bottom .website-bottom-content {
    padding: 0 50px;
    position: relative;
    display: flex;
}

.retail-website-bottom .website-bottom-content .website-bottom-mobile {
    width: 49.7%;
    height: 530px;
    margin-top: -7.2%;
    margin-right: 0%;
    background: url('../img/retail_website/retail_website_mobile.png') no-repeat top left;
    background-size: 100%;
}





























