.new-york-gathering {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25% 0 2%;
  max-width: 1280px;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}

.new-york-gathering__sub-header {
  font-family: 'Avant Garde', sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  margin: 0;
}

.new-york-gathering__main-header {
  font-family: 'Avant Garde', sans-serif;
  font-weight: normal;
  font-size: 57px;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 0px;
  margin: 0 0 17px;
}
.new-york-gathering__item{
  width: calc(33.33%);
}
.new-york-gathering__content {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 0 auto;
	gap: 5%;
  max-width: 1080px;
}

.new-york-gathering__item-title {
  font-family: 'Avant Garde', sans-serif;
  font-weight: normal;
  font-size: 38px;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  margin: 0;
}

.new-york-gathering__item-paragraph {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 2px;
}
.new-york-gathering{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px){
  .new-york-gathering__content {
      flex-direction: column !important;
  }
  .new-york-gathering__item{
    width: 100% !important;
  }
  .new-york-gathering__sub-header {
    font-size: 20px;
  }
  .new-york-gathering__main-header {
    font-size: 34px;
  }
  .new-york-gathering__item-title {
    font-size: 31px;
  }
  .new-york-gathering {
    display: flex;
    flex-direction: row;
    justify-content: center;
    aspect-ratio: 3/5;
    align-items: flex-end;
    background-position: 54% top;
    border-radius: 0 !important;
  }
}

