.image-align-left {
  float: left;
  margin: 20px 20px 20px 0; 
  clear: left;
}

.image-align-right {
  float: right;
  margin: 20px 0 20px 20px;
  clear: right;
}

a.cta-button {
}

a.cta-button-two,
a.cta-button-three{
  padding: 0.75rem 2.5rem;
  color: #fff !important;
  border-radius: 100px;
}

blockquote.one {
  background-color: #23254f;
  color: #fff !important;
}

a.cta-button-two, blockquote.two{
  background-color: #94C300;
  color: #fff !important;
}

a.cta-button-three, blockquote.three{
  background-color: #B62D82;
  color: #fff !important;
}

a.blue {
  color: #0032a0;
}