.short-cta .cta-box { 
  padding: 1rem;
} background: #

.short-cta, .row-fluid-wrapper .row-fluid .contact-box.section-container{
  float:none;
  max-width:1300px;
  width:100%;
  margin:0 auto;
}


.short-cta .cta-box{
  background:#29323C;
  color:#fff;
  padding:80px 0;
  text-align:center;
  position:relative;
  border-radius: 0 50px 0 0 ;
  margin-top: 5rem; 
}
.short-cta .cta-box:after{
  content:'';
  background: url('https://www.prialto.com/hubfs/2021%20Images/cta-img-1.png') no-repeat center center transparent;
  background-size:333px;
  position:absolute;
  top: 0px;
  right:-66px;
  width:333px;
  height:267px;
  z-index:2;
}
.short-cta .cta-box:before{
  content:'';
  background: url('https://www.prialto.com/hubfs/2021%20Images/cta-img-2.png') no-repeat center center transparent;
  background-size:200px;
  position:absolute;
  bottom: 0px;
  left:0px;
  width:200px;
  height:233px;
  z-index:2;
}