.content-50-50 .row {
  align-items: center;
}

.content-50-50.become-a-sponsor {
  background-image: url('https://scottiesbythesea.com/wp-content/themes/wild-in-art-child/assets/images/become-a-sponsor-bg.jpg');
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom:60px;
}

.content-50-50.become-a-sponsor .right-content img {
  transform: translateY(105px);
}

.content-50-50.donations-make-a-difference h2 {
  color: var(--wp--preset--color--primary) !important;
}

.content-50-50.become-a-sponsor h2 {
  color: var(--wp--preset--color--light) !important;
}

.content-50-50 .row.flip .left-content {
  order:2;
}

.content-50-50 .row.flip .right-content {
  order:1;
  text-align:left;
}

.content-50-50 h2 {
  margin-top:0;
}

.content-50-50 .right-content {
  margin-top:30px;
}

.content-50-50 .right-content img{
  max-width: 30rem;
  width: 100%;
}

.content-50-50 .right-content .social-shares i {
  font-size:44px;
  margin-right:10px;
  transition:color 0.5s;
}

.content-50-50 .right-content .social-shares i:hover {
  color:#707070;
}

@media only screen and (min-width:1024px) {
  .content-50-50 .right-content {
    margin-top:0;
    margin-bottom: -4px;
  }
  .content-50-50 .right-content img{
    max-width: none;
  }
}

@media only screen and (min-width:1280px) {
  .content-50-50 .right-content {
    text-align:right;
  }

  .content-50-50 .right-content .social-shares i {
    margin-left:10px;
    margin-right:0;
  }
}