.why-join {
  text-align: center;
  padding: 100px 20px;
  background-color: #f9f9f9;
  color: #4B4D53;
}

.why-join__item-icon {
	width: 80px;
	height: 80px;
	border: 2px solid #6D6E71;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
}
.why-join__header {
  font-family: 'Avant Garde';
  font-weight: normal;
  font-size: 82px;
  color: #8DC63F;
  margin: 0 auto;
}

.why-join__grid {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1280px;
  margin: 75px auto;
}

.why-join__item {
  width: calc(25% - 75px);
}

.why-join__item-icon img {
  width: 80px;
  height: 80px;
}

.why-join__item-title {
	font-family: 'Avant Garde';
	font-size: 30px;
	font-weight: normal;
	color: #6D6E71;
	margin: 20px 0 15px;
	line-height: 30px;
}

.why-join__item-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  color: #6D6E71;
}
@media screen and (max-width: 767px){
  .why-join__header {
    font-size: 63px;
  }
}