/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/speaker-highlight/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.speaker-highlight-module-wrapper {
  margin: 0 auto;
  padding: 72px 20px;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--module-background-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.speaker-highlight-module-content-wrapper {
  max-width: 1240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 42px;
}

.speaker-highlight-module-title {
  color: var(--title-text-color);
  text-align: center;
  max-width: 1080px;
}

.speaker-highlight-speaker-content-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 40px 0;
  box-sizing: border-box;
  width: 100%;
}

.speaker-content--valigntop {
  align-items: flex-start;
}

.speaker-content--valigncenter {
  align-items: center;
}

.speaker-content--valignbottom {
  align-items: flex-end;
}

.speaker-highlight-content-personal-info-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--module-text-color);
  padding: 20px;
  gap: 24px;
}

.speaker-highlight-name {
  color: var(--module-accent-color);
}

.speaker-highlight-credentials-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 430px;
  gap: 12px;
}

.speaker-highlight-job, .speaker-highlight-company {
  font-weight: 600;
  font-size: clamp(20px, 3vw, 24px);
  line-height: clamp(28px, 4vw, 32px);
  font-family: var(--secondary-font);
}

.speaker-highlight-description {
  padding-top: 10px;
  font-family: var(--secondary-font);
}

.speaker-highlight-cta-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.speaker-highlight-cta {
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 36px;
  text-decoration: none;
  border-radius: var(--global-border-radius);
}

.speaker-highlight-image-wrapper {
  flex: 1;
  max-width: 450px;
}

.speaker-highlight-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1080px) {
  .speaker-highlight-name {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1020px) {
  .speaker-highlight-speaker-content-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 650px;
    gap: 12px;
  }
}
@media only screen and (max-width: 867px) {
  .speaker-highlight-speaker-content-wrapper {
    align-items: center;
  }
}
@media only screen and (max-width: 687px) {
  .speaker-highlight-speaker-content-wrapper {
    padding: 20px 20px 0;
  }
  .speaker-highlight-content-personal-info-wrapper {
    padding: 10px;
  }
}

/*# sourceMappingURL=style-index.css.map*/