/*
make fluid properties

@link https://www.sassmeister.com/gist/7f22e44ace49b5124eec
Example:
@include fluid-type(padding-bottom padding-top, 2em, 4em);
@include fluid-type(font-size, 14px, 18px);
Optimized for resolution 360px <---> 1920px
*/
.bottom_author_section .speaker-background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  padding-block: 3rem;
}
.bottom_author_section .speaker-container {
  max-width: 833px;
  margin: 0 auto;
  position: relative;
}
.bottom_author_section .speaker-container::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #FAF9F6;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: -1;
}
.bottom_author_section .speaker-container .speaker-profile {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .bottom_author_section .speaker-container .speaker-profile {
    text-align: left;
  }
}
.bottom_author_section .speaker-container .speaker-profile .heading {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-block-end: 2rem;
}
.bottom_author_section .speaker-container .speaker-profile .name {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-block-end: 0.5rem;
}
.bottom_author_section .speaker-container .speaker-profile .title {
  font-size: 18px;
  line-height: 24px;
}
.bottom_author_section .speaker-container .speaker-profile .sep {
  font-weight: 700;
  border-bottom: 2px solid #fff;
  width: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .bottom_author_section .speaker-container .speaker-profile .sep {
    margin-inline: unset;
  }
}
.bottom_author_section .speaker-container .speaker-profile .info {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}

/*# sourceMappingURL=bottom_author_section.css.map */
