@font-face {
    font-family: 'Northwell Alt';
    src: url('nwa.woff2') format('woff2'),
         url('nw.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.who-can-apply {
	position: relative;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px 20px;
	color: #fff;
	overflow: hidden;
	max-width: 1440px;
	margin: 0 auto;
}
.greener{
  background-color: #8DC63F;
}
.who-can-apply__overlay {
}

.who-can-apply__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.who-can-apply__left {
  width: 50%;
  text-align: center;
}

.who-can-apply__header p{
  margin: 0;
  line-height: 144px;
}
.who-can-apply__header p:first-child {
	transform: rotate(-6deg) translate(-49px,11px);
}
.who-can-apply__header p:last-child {
	transform: rotate(-4.64deg);
}

.who-can-apply__header {
  font-family: "Northwell Alt", cursive;
  font-weight: 400;
  font-size: 150px;
  color: #fff;
  line-height: 144px;
}
.who-can-apply__header em{
  color: #FFC50B;
  font-style: normal;
}

.who-can-apply__right {
  width: 50%;
  text-align: left;
}
.who-can-apply__text p,
.who-can-apply__text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  font-style: normal;
}

.who-can-apply__text strong {
  font-family: 'Avant Garde';
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: normal;
}
.who-can-apply__text em {
  color: #FFC50B;
  font-style: normal;
}

.who-can-apply__button {
  font-family: 'Avant Garde';
  font-size: 20px;
  display: inline-block;
  background-color: #FFC50B;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  border-radius: 59px;
  text-decoration: none;
  transition: background 0.3s ease;
  padding: 15px 30px;
}

@media screen and (orientation: portrait){
  .who-can-apply {
    position: relative;
    background-size: 200% auto;
    background-position: -2% 3%;
    background-repeat: no-repeat;
    padding: 70px 20px;
    color: #fff;
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
  }  
}

@media (max-width: 768px) {
  .who-can-apply__inner {
    flex-direction: column;
    text-align: center;
  }

  .who-can-apply__left, .who-can-apply__right {
    flex: 1 1 100%;
  }

  .who-can-apply__header p {
    margin: 0;
    line-height: 105px;
  }
  .who-can-apply__header {
    font-size: 104px;
    transform: translate(9%, -34%);
  }
  .who-can-apply {
    position: relative;
    background-size: 200% auto;
    background-position: -2% 3%;
    background-repeat: no-repeat;
    padding: 70px 20px;
    color: #fff;
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
  }
  .who-can-apply__text p, .who-can-apply__text {
    text-align: center !important;
  }
  .who-can-apply__text strong {
    font-size: 29px !important;
    line-height: 42px;
  }
  .who-can-apply__button {
    white-space: nowrap;
    font-size: 17px !important;
  }
  .who-can-apply__left, .who-can-apply__right {
    text-align: center !important;
  }
  .our-locations__list {
    display: flex;
    gap: 90px;
    flex-direction: column;
  }

  .our-locations__item {
    width: 100% !important;
  }
  .who-can-apply__text strong {
    font-size: 26px !important;
    line-height: 30px;
  }

}
