.ctacontain { width: 100%;
    display:flex;
    margin: 2.5rem auto;}
.ctaleft {    width: 75%!important;
    max-width: 100%;
    flex: auto;
    margin-bottom: 25px;
  box-sizing: border-box;}
.ctaright {    padding: 0px!important;
    width: 100%;}
.address {
border-left: 1px solid white;
  padding-left:24px;
}

.adjust {
margin-top:-100px;

}
.ctafooter
{max-width:1040px!important;}
.pre-footer-cta { 
  box-sizing:border-box;
    padding: 45px 0px 75px 0px;
  position:relative;
}
.pre-footer-cta p.heading {
  color: #fff;
  font-size: 200%;
  font-weight: 600;
  line-height: 125%;
  font-family: 'Playfair Display', serif;
  /*max-width: 900px;*/
  margin-top:0;
}
.pre-footer-cta p.subheading {
  font-size: 150%;
  line-height: 125%;
  color: #fff;
  margin: -15px 0 25px 0;
  max-width: 600px;
}
.pre-footer-cta .button {
  background-color: #fff;
  color: #000;
  position: relative;
  padding: 1.25rem 2rem;
}
.pre-footer-cta .button img {
  width: 12px;
  height: 12px;
  left: 7px;
  top: -4px;
  position: relative;
  transition: all .2s ease-in;
}
.pre-footer-cta .button:hover img { 
  transform: translate(8px, -8px);
} 
.pre-footer-cta .button:hover {
  background-color:#fff;
  color:#000;
}

@media (max-width: 1100px) {
  .pre-footer-cta {padding: 50px 25px;}}

@media (max-width: 767px) {
  .ctacontain {display: block;}
  .ctaleft { width: 100%!important;
}
