main section.referrals {

  min-height: 100px;

}



main section.referrals {

  max-height: 550px !important;

}



.referrals .section__theme .text {

  padding-top: 50px;

  padding-bottom: 50px;

}



.section__theme--light-istitle .text h1.title {

  font-family: var(--font-raleway);

  position: relative;

  text-transform: uppercase;

  margin-bottom: 0;

}



.section__theme--light-istitle .text h1.title:after {

  position: absolute;

  top: -0.5rem;

  margin-left: 0.5rem;

}



.section__theme--light-istitle .text h1.title {

  color: #fefefe;

}



.section__theme--light-istitle .text h1.title {

  color: #181818;

}


.referral__item.section__theme--dark.shove-left {
    margin-right: calc( 9.375% - 7.5px );
    margin-left: -15px;
    padding-left: calc( 9.375% + 7.5px );
}
.referral__item.section__theme--dark.shove-right {
    margin-left: calc( 9.375% - 7.5px );
    margin-right: -15px;
    padding-right: calc( 9.375% + 7.5px );
}
.referral__item[class*=section__theme] {
    max-height: 250px;
}

.referral__item .section__theme .text {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1280px ) {

}


@media only screen and (max-width: 1024px) {
  section.referral__item:nth-of-type(even) .text {
    
  }
}