.speakers {
  margin: 7.8125rem 0 10rem;
}
.speakers__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.speakers__inner {
  position: relative;
  width: 100%;
  max-width: 33.5rem;
  margin-left: 3.125rem;
}
.speakers__img {
  position: relative;
}
.speakers__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 126.6%;
}
.speakers__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.speakers__blur {
  width: 41.625rem;
  height: 27.4375rem;
  position: absolute;
  left: -1.25rem;
  bottom: 1.875rem;
  opacity: 0.5;
  -webkit-transform: rotate(19deg);
  -ms-transform: rotate(19deg);
  transform: rotate(19deg);
}
.speakers__blur > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(280px);
  filter: blur(280px);
}
.speakers__subtitle {
  font-weight: 500;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.89%, #f2ed0c), to(#f2a40c));
  background: linear-gradient(180deg, #f2ed0c 48.89%, #f2a40c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
.speakers__title {
  margin-bottom: 5.9375rem;
}
.speakers__wrapper {
  width: 34.9%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 1.125rem auto 0 10.625rem;
}
.speakers__list > li {
  position: relative;
  padding-left: 1.5rem;
  font-size: max(1.125rem, 14px);
  line-height: 120%;
  font-weight: 500;
}
.speakers__list > li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.5625rem;
  left: 0;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.41%, #e92f2f), to(#ff8e6a));
  background: linear-gradient(0deg, #e92f2f 20.41%, #ff8e6a 100%);
}
.speakers__list > li strong {
  font-weight: 900;
}
.speakers__list > li a {
  font-weight: 700;
  color: var(--yellow);
}
.speakers__list > li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .speakers {
    margin: 60px 0 115px;
  }
  .speakers .container {
    padding: 0 34px;
  }
  .speakers__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .speakers__inner {
    margin: -20px;
  }
  .speakers__img {
    width: 285px;
    margin: 0 auto;
  }
  .speakers__img::before {
    padding-top: 134%;
  }
  .speakers__blur {
    width: 424px;
    height: 280px;
    left: -12px;
  }
  .speakers__title {
    margin-bottom: 24px;
  }
  .speakers__wrapper {
    width: 100%;
    margin: 0 0 30px;
  }
  .speakers__list > li {
    position: relative;
    padding-left: 1.5rem;
    font-size: max(1.125rem, 14px);
    line-height: 120%;
    font-weight: 500;
  }
  .speakers__list > li::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.5625rem;
    left: 0;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.41%, #e92f2f), to(#ff8e6a));
    background: linear-gradient(0deg, #e92f2f 20.41%, #ff8e6a 100%);
  }
  .speakers__list > li strong {
    font-weight: 900;
  }
  .speakers__list > li a {
    font-weight: 700;
    color: var(--yellow);
  }
  .speakers__list > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
/*# sourceMappingURL=speakers.css.map */
/*# sourceMappingURL=speakers.css.map */