.content-wrapper .content-copy h3 {
  color: #19a6df;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .content-wrapper .content-image img {
    padding: 2rem 3rem 2rem 0;
  }
  .content-wrapper.alt .content-image img {
    padding: 2rem 0 2rem 3rem;
  }
  .content-wrapper.alt .row-fluid{
    display: flex;
    flex-direction: row;
  }
  .content-wrapper.alt .content-copy {
    order: 1;
  }
  .content-wrapper.alt .content-image{
    order: 2;
  }
}

@supports (filter: drop-shadow(0px 0px 9px #c5c5c5)) {
  .content-wrapper .content-image img {
    filter: drop-shadow(0px 0px 9px #c5c5c5);
  }
}