.referrals_section{
  background: #435168;
  color: #fff;
}
.referrals_section h1, .referrals_section h4{
  color: #fff;
}
.referrals_section .button{
  margin-top: 30px;
}
.referral_20{
  background-image: url('/assets/images/icon_20_invitation.png');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px auto;
  width: 320px;
  height: 74px;
  margin-top: 30px;
  opacity: 0.6;
}
.referral_1{
  background-image: url('/assets/images/icon_1_invitation.png');
  display: inline-block;
  width: 320px;
  height: 74px;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px auto;
  margin-top: 30px;
}
.referral_box{
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  border-radius: 4px;
}

.referral_box h4{
  color: #525967;
  font-size: 16px;
}
.referral_section{
  margin: 20px 0;
  text-align: center;
}
.referral_section p{
  margin-top: 20px;
  font-size: 18px;
}
.referral_img{
  height: 65px;
  width: 120px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75px auto;
}
.referral_img.one{
  background-image: url('/assets/images/referral_img_1.png');
}
.referral_img.two{
  background-image: url('/assets/images/referral_img_2.png');
}
.referral_img.three{
  background-image: url('/assets/images/referral_img_3.png');
}

@media screen and (max-width: 768px) {
  .referral_20{
    background-size: 280px;
    width: 280px;
    margin-top: 30px;
  }
  .referral_1{
    background-size: 280px;
    width: 280px;
    margin-top: 30px;
  }
}
