.sidebar-cta-wrapper {
  margin-top: 50px;
  width: 33.33333333%;
  float: left;
  padding: 25px 15px;
  background-color: #f1f1f1;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sidebar-cta-wrapper .cta-content h2, .sidebar-cta-wrapper .cta-content h3, .sidebar-cta-wrapper .cta-content h4 {
  color: #1e73be; 
  font-size: 22px;
  font-weight: 500;
}
.sidebar-cta-wrapper .sidebar-cta {
    display: block;
    padding: 10px 15px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #f68b1f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
    -webkit-transition: background .3s 0s ease;
    -moz-transition: background .3s 0s ease;
    -o-transition: background .3s 0s ease;
    transition: background .3s 0s ease;
}
.sidebar-cta-wrapper .sidebar-cta:hover {
    background-color: #c87522;
    -webkit-transition: background .3s 0s ease;
    -moz-transition: background .3s 0s ease;
    -o-transition: background .3s 0s ease;
    transition: background .3s 0s ease;
}
@media screen and (max-width: 767px) {
   .sidebar-cta-wrapper, .post-inner .blog-content { 
     width: 100% !important;
     display: block !important;
     float: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-cta-wrapper {
    margin-top: 190px;
  }
}