.rbs-price-row{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:15px;
}

.rbs-price{
font-size:20px;
font-weight:700;
color:#050505;
}

.rbs-enroll-btn{
background:#D4AF37;
color:#050505;
border:none;
padding:10px 18px;
border-radius:6px;
font-weight:700;
cursor:pointer;
transition:.3s;
}

.rbs-enroll-btn:hover{
opacity:.9;
}