.rb19.cta .col-outer {
  float: left;
  width: 100%;
}
.rb19.cta.bg-orange:before {
  display: none;
}
.rb19.cta.bg-orange {
  background-image: linear-gradient(100deg, #ffb81d, #ff671b 100%);
  padding: 76px 0 85px;
}
.rb19.cta.bg-orange .content-wrap {
  float: left;
}

.rb19.cta.bg-orange .button-wrap {
  float: right;
  margin-top: 23px;
}

.rb19.cta.bg-orange .slide-btn:after {
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/orange_arrow.svg) top
    no-repeat;
}
.rb19.cta.bg-orange .slide-btn:hover:after {
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/small_white_arrow.svg) top no-repeat;
  background-size: contain;
}

.rb19.cta.bg-orange h2 {
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 20px;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

.rb19.cta.bg-orange h5 {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.53px;
  color: #ffffff;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
}

@media screen and (max-width: 1150px) and (min-width: 992px) {
  .rb19.cta.bg-orange h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .rb19.cta.bg-orange h2 {
    font-size: 34px;
  }
  .rb19.cta.bg-orange h5 {
    max-width: 481px;
  }
    
}

@media screen and (max-width: 767px) {
  .rb19.cta.bg-orange .content-wrap {
    width: 100%;
    text-align: center;
  }
  .rb19.cta.bg-orange .button-wrap {
    width: 100%;
    text-align: center;
  }
  .rb19.cta.bg-orange {
    padding: 50px 0;
  }
  .rb19.cta.bg-orange h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px) {
  .rb19.cta.bg-orange h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 595px) {
  .rb19.cta.bg-orange h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 595px) and (min-width: 481px) {
}

@media screen and (max-width: 480px) {
}
