.cfcs-wrapper {
  width:100%;
   position:relative;
  width: 100%;
  overflow-x: clip; 
}


.centered-block-callout {
  position: relative;
  border-radius:5px;
  display:flex;
  margin:40px auto;
  padding:30px;
  box-shadow:0 0 20px rgba(0,0,0,.2);
  z-index:3;
  flex-wrap:wrap;
  justify-content:space-between; 
  background-color: #fff;
  max-width: 900px;
}
.centered-block-callout > div {flex:1; margin: 20px; }
.doyle-icon-float {
  width: 500px;
  height: 500px;
  position: absolute;
  z-index: 2;
  opacity:0.2;
  top: -25px;
  right: -65px;
}
span.hs-form-required {display:none;}
.cfcs-wrapper .form-title {display: none;}

@media (max-width: 860px){
  .doyle-icon-float {display: none;} 
  .centered-block-callout {flex-direction: column; margin: 10px auto;
}