.content-section-crowd-teaser-2 .content-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content-section-crowd-teaser-2 .content-wrap {
    flex-direction: column;
  }
}
.content-section-crowd-teaser-2 .content-wrap .image-box {
  position: relative;
  min-height: 480px;
  width: 50%;
}
@media (max-width: 767px) {
  .content-section-crowd-teaser-2 .content-wrap .image-box {
    width: 100%;
    min-height: auto;
    height: 320px;
  }
}
.content-section-crowd-teaser-2 .content-wrap .image-box .back-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1023px) {
  .content-section-crowd-teaser-2 .content-wrap .image-box .back-image.vertical-image {
    display: none;
  }
}
.content-section-crowd-teaser-2 .content-wrap .image-box .back-image.image-horizontal {
  display: none;
}
@media (max-width: 1023px) {
  .content-section-crowd-teaser-2 .content-wrap .image-box .back-image.image-horizontal {
    display: block;
  }
}
.content-section-crowd-teaser-2 .content-wrap .text-box {
  width: 50%;
  display: flex;
  padding: 90px 48px 90px 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  background: #F5F5F5;
}
@media (max-width: 1439px) {
  .content-section-crowd-teaser-2 .content-wrap .text-box {
    padding: 48px;
  }
}
@media (max-width: 767px) {
  .content-section-crowd-teaser-2 .content-wrap .text-box {
    width: 100%;
    padding: 32px 24px;
  }
}
.content-section-crowd-teaser-2 .content-wrap .text-box .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.content-section-crowd-teaser-2 .content-wrap .text-box .title {
  color: #132A18;
  font-family: var(--second-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 112.5% */
  letter-spacing: 0.3px;
}
@media (max-width: 1023px) {
  .content-section-crowd-teaser-2 .content-wrap .text-box .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.content-section-crowd-teaser-2 .content-wrap .text-box .description {
  color: #132A18;
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.content-section-crowd-teaser-2 .content-wrap .text-box .description p {
  color: #132A18;
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 0;
}
.content-section-crowd-teaser-2 .content-wrap .text-box .description p + p {
  margin-top: 24px;
}
.content-section-crowd-teaser-2 .content-wrap .text-box .description strong {
  font-weight: 700;
}
.content-section-crowd-teaser-2 .content-wrap .text-box .description a {
  color: #132A18;
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.content-section-crowd-teaser-2 .content-wrap .text-box .button-blue {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: rgb(248, 209, 71);
  min-width: 173px;
  padding: 9px 16px;
}
.content-section-crowd-teaser-2 .content-wrap .text-box .button-blue span {
  color: black;
  font-size: 14px;
  font-weight: 700 !important;
  text-align: center;
  letter-spacing: 0.53px;
  font-family: var(--main-font);
  line-height: normal;
}
.content-section-crowd-teaser-2 .content-wrap .text-box .button-blue:hover {
  background-color: #D7A928;
}

/*# sourceMappingURL=styles.min.css.map */
