.fdry-two-column {
  box-sizing: border-box;
  padding: 8rem 3rem;
}
.fdry-two-column__container {
  width: 100%;
  max-width: 143rem;
  margin: 0 auto;
}
.fdry-two-column__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4.8rem;
  align-items: start;
}
.fdry-two-column__grid--single {
  grid-template-columns: minmax(0, 1fr);
}
.fdry-two-column__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
.fdry-two-column__right {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fdry-two-column__eyebrow {
  margin: 0;
  font-family: Yellix-SemiBold, Yellix-Regular, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.fdry-two-column__tagline {
  margin: 0;
  font-family: Yellix-SemiBold, Yellix-Regular, sans-serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: normal;
}
.fdry-two-column__title {
  margin: 0;
  font-family: Yellix-SemiBold, Yellix-Regular, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.fdry-two-column__title .fdry-yellow,
.fdry-two-column__title .yellow {
  color: #f4da40;
}
.fdry-two-column__subtitle {
  font-family: Yellix-SemiBold, Yellix-Regular, sans-serif;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: normal;
}
.fdry-two-column__subtitle .fdry-yellow,
.fdry-two-column__subtitle .yellow {
  color: #f4da40;
}
.fdry-two-column__subtitle p {
  margin: 0;
}
.fdry-two-column__subtitle p + p {
  margin-top: 1.6rem;
}
.fdry-two-column__content {
  font-family: Yellix-Regular, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: normal;
}
.fdry-two-column__content p {
  margin: 0;
}
.fdry-two-column__content p + p {
  margin-top: 1.6rem;
}
.fdry-two-column__image {
  width: 100%;
}
.fdry-two-column__image-el {
  display: block;
  width: 100%;
  height: auto;
}
.fdry-two-column__banner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem 3.2rem;
  border-radius: 0.8rem;
  background-color: #f4da40;
  color: #212721;
}
.fdry-two-column__banner-title {
  margin: 0;
  font-family: Yellix-SemiBold, Yellix-Regular, sans-serif;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: normal;
}
.fdry-two-column__banner-subtitle {
  margin: 0;
  font-family: Yellix-Regular, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
}
.fdry-two-column--light {
  background-color: #fff;
  color: #212721;
}
.fdry-two-column--light .fdry-two-column__eyebrow {
  color: #212721;
}
.fdry-two-column--light .fdry-two-column__tagline {
  color: #212721;
}
.fdry-two-column--light .fdry-two-column__title {
  color: #212721;
  font-size: 4.8rem;
  line-height: 5.2rem;
}
.fdry-two-column--light .fdry-two-column__subtitle {
  color: #212721;
}
.fdry-two-column--light .fdry-two-column__content {
  color: #212721;
}
.fdry-two-column--dark {
  background-color: #212721;
  color: #fff;
}
.fdry-two-column--dark .fdry-two-column__eyebrow {
  color: #f4da40;
}
.fdry-two-column--dark .fdry-two-column__tagline {
  color: #fff;
}
.fdry-two-column--dark .fdry-two-column__title {
  color: #fff;
  font-size: 6rem;
  line-height: 6.6rem;
}
.fdry-two-column--dark .fdry-two-column__subtitle {
  color: #fff;
}
.fdry-two-column--dark .fdry-two-column__content {
  color: #fff;
}

@media only screen and (max-width: 1300px) {
  .fdry-two-column--light .fdry-two-column__title {
    font-size: 4rem;
    line-height: 4.4rem;
  }
  .fdry-two-column--dark .fdry-two-column__title {
    font-size: 5.2rem;
    line-height: 5.8rem;
  }
}
@media only screen and (max-width: 1000px) {
  .fdry-two-column {
    padding: 6rem 3rem;
  }
  .fdry-two-column__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
  }
  .fdry-two-column--light .fdry-two-column__title {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .fdry-two-column--dark .fdry-two-column__title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  .fdry-two-column__subtitle {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .fdry-two-column__banner-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .fdry-two-column {
    padding: 4.8rem 2rem;
  }
  .fdry-two-column__left {
    gap: 2rem;
  }
  .fdry-two-column--light .fdry-two-column__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .fdry-two-column--dark .fdry-two-column__title {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .fdry-two-column__tagline {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .fdry-two-column__subtitle {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .fdry-two-column__content {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .fdry-two-column__banner {
    padding: 2rem;
  }
  .fdry-two-column__banner-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
