.rb-cta-wrapper {
    background: #fff;
    width: 100%;
    border: 1px solid #d8dee2;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-family: Open Sans,serif;
    font-style: normal;
    margin-top: 48px;
    box-shadow: 0 18px 20px -20px rgb(0 0 0 / 15%);
}
.rb-cta-btn-wrap .rb-cta-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #ff6000;
    border-radius: 4px;
    width: 233px;
    height: 48px;
    border: none;
    font-family: Open Sans,serif;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.rb-cta-desc{
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
}
.rb-cta-wrapper img {
    width: 38px;
    height: 38px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}