#price {
    width: calc(100% + 15px);
    margin-left: -18px;
    height: 320px;
}

.rb-block {
    padding: 50px;
    color: #fff !important;
    background-color: #bfa060;
    margin-bottom: 0;
    margin-top: 55px;
    position: relative;
    z-index: 9;
}

.rb-block p {
    color: #fff !important;
}

.rb-block>div {
    z-index: 99;
    display: flex;
    flex: 0 0 48%;
    justify-content: space-between;
    position: relative;
}

.rb-block h4.stock-price {
    color: #fff;
    z-index: 99;
    position: relative;
    font-size: 36px;
    margin-bottom: 25px;
}

.price-wrap h3 {
    margin-bottom: 5px;
    display: flex;
    font-size:13px;
}

.price-wrap h3 span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #b0932f;
    margin: 0 8px 0 5px;
}

.price-wrap h3>div:first-child {
    width:50%;
}

.price-wrap h3>div:last-child{
    width: 50%;
    text-align: right;
    padding-right: 0px;
}