.box-join {
  position: relative;
}
.box-join::before {
  position: absolute;
  top: -102px;
  left: -2px;
  right: -2px;
  content: '';
  height: 100px;
  /*width: 100%;*/
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
     background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.more-content .box-join::before {
  background: -webkit-linear-gradient(top, rgba(242, 241, 239, 0), rgba(242, 241, 239, 1));
     background: -moz-linear-gradient(top, rgba(242, 241, 239, 0), rgba(242, 241, 239, 1));
          background: linear-gradient(to bottom, rgba(242, 241, 239, 0), rgba(242, 241, 239, 1));
}

.box-join {
  padding: 40px 100px 30px;
  background-color: #fff;
  border: 2px solid rgba(130, 130, 130, 0.25);
}

.box-join .join {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.box-join .join::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
}

.box-join .join p {
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 20px;
  color: #484848;
  margin-bottom: 20px;
}

.box-join .connect {
  text-align: center;
}

.box-join .connect p {
  display: inline-block;
  margin-right: 10px;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
}

.box-join .connect a {
  display: inline-block;
}

.box-benefits {
  margin-top: 40px;
  padding: 40px 100px;
  border: 1px solid #b9b9b9;
}

.box-benefits .benefits-title {
  font-family: 'interstate';
  font-weight: 400;
  font-size: 18px;
  color: #554b4b;
  text-transform: uppercase;
}

.box-benefits .benefits-list {
  margin: 15px 0 20px;
  padding-left: 10px;
}

.box-benefits .benefits-list li {
  line-height: 20px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
}

.box-benefits .benefits-text {
  font-family: 'interstate';
  font-weight: 400;
  font-size: 16px;
  color: #554b4b;
}

@media screen and (max-width: 768px) {
  .box-join {
    padding: 40px 20px 30px;
  }
  .box-benefits {
    padding: 40px 20px;
  }
}
