.req-cta-section {
/*   background: #1e73be; */
  color: #fff;
  padding: 20px 100px;
  text-align: center;
  margin: 0 20%;
/*   width: 80%; */
/*   margin: 0 auto; */
}

.req-text-section {
  margin: 0px;
}


.req-cta-section a.req-cta {
    display: block;
    padding: 10px 15px;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #f68b1f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: background .3s 0s ease;
    -moz-transition: background .3s 0s ease;
    -o-transition: background .3s 0s ease;
    transition: background .3s 0s ease;
}

.req-cta-section a.req-cta:hover {
  background-color: #c87522;
}


@media screen and (max-width: 599px) {
  .req-cta-section {
      padding: 20px 20px;
  }
}