.collaborations {
  padding-bottom: 150px;
  background-color: transparent;
  background: linear-gradient(0deg, rgb(247, 248, 242) 0%, rgba(247, 248, 242, 0.8) 95%, rgba(0, 0, 0, 0) 100%);
}
.collaborations__container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.collaborations__container:not(:last-child) {
  margin-bottom: 60px;
}
.collaborations__image {
  width: auto;
  margin: 0 0 24px 0;
}
.collaborations__image img {
  width: 100%;
  border-radius: 2px;
}
.collaborations__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.collaborations__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.collaborations__text p {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .collaborations__container {
    flex-direction: row;
    justify-content: space-between;
  }
  .collaborations__container:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .collaborations__image {
    width: 40%;
    margin: 0;
  }
  .collaborations__content {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .collaborations {
    padding: 20px 0 250px 0;
  }
  .collaborations__container:not(:last-child) {
    margin-bottom: 80px;
  }
  .collaborations__title {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
}