.box-right-blue-product {
    width: 40%;
    height: auto;
    float: right;
    position: inherit;
    right: 0;
    background-color: #fff;
    margin-top: 16px;
    border-radius: 10px;
    overflow: hidden;
}

.box-left-blue-product {
    width: 60%;
    float: left;
    padding-right: 30px;
}

