.instructions__title {
  font-family: var(--font-bebas);
  color: var(--blue-main);
  font-size: 4rem;
}

.instructions__subtitle {
  font-size: 1.25rem;
  font-family: var(--font-inter);
  color: var(--gray-medium);
}
.instructions__list {
  font-family: var(--font-inter);
  color: var(--gray-medium);
}
.instructions__list li {
  font-size: 1.25rem;
}

.instructions__subtitle ol li {
  margin-bottom: 0.75rem;
}

.wrap__embassadors .swiper {
  padding-bottom: 4rem;
}
.head__embassadors {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  width: 100%;
  padding-bottom: 2rem;
}
.head__embassadors .title__embassadors {
  font-family: var(--font-bebas);
  color: var(--white);
  font-size: 4rem;
}
.head__embassadors .subtitle__embassadors {
  font-family: var(--font-bebas);
  color: var(--white);
  font-size: 2.25rem;
}

.wrap__embassadors {
  background-color: var(green);
}

.inner__instructions {
  padding-left: 2rem;
  padding-right: 2rem;
}
.slide__embassadors .card__section {
  max-width: none;
}

.card__section__recipes img {
  max-height: 600px;
  object-fit: cover;
}
.card__section__recipes .card__section__title {
  min-height: 100px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 1rem;
}
.card__section__recipes .card__section__desc {
  min-height: 50px;
  margin-bottom: 1rem;
}
.card__section__recipes .card__section__cta {
  margin-left: auto;
  margin-right: auto;
}
.card__section__recipes {
  text-align: center;
}
.slide__section__recipes {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .inner__hero__action {
    height: 100%;
    margin-top: 0;
  }

  .hero__banner__action > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 340px;
  }
  .hero__action__subtitle {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .content__hero__banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrap__embassadors .swiper-scrollbar {
    width: calc(100% - 32px);
    margin-left: 0;
  }

  .head__embassadors .title__embassadors {
    font-size: 2.5rem;
  }
  .head__embassadors .subtitle__embassadors {
    font-size: 1.5rem;
  }
  .instructions__title {
    font-size: 2rem;
  }
}
