.speakers {
  overflow: hidden;
}
.speakers .swiper {
  overflow: visible;
}
.speakers__title {
  margin-bottom: 5rem;
}
.speakers__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.speakers__cards > * {
  width: calc(50% - 0.625rem);
}
.speakers__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  border-radius: 1.25rem;
  background-color: var(--black);
}
.speakers__card-img {
  position: relative;
  width: 100%;
  margin-top: -2.1875rem;
  line-height: 0;
}
.speakers__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 73.684%;
}
.speakers__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.speakers__card-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  margin-top: -5.625rem;
  padding: 5.75rem 2.5rem 2.5rem;
  border-radius: 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 41, 38, 0)), color-stop(20%, rgba(4, 41, 38, 0.99)), to(#042926));
  background: linear-gradient(180deg, rgba(4, 41, 38, 0) 0%, rgba(4, 41, 38, 0.99) 20%, #042926 100%);
}
.speakers__card-name {
  font-size: max(1.75rem, 12px);
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.speakers__card-position {
  margin-bottom: 1.875rem;
}
.speakers__card-list > li {
  position: relative;
  padding-left: 2rem;
  font-size: max(0.875rem, 12px);
  line-height: 140%;
  color: var(--white-06);
}
.speakers__card-list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="4" y="4" width="12" height="12" fill="%237BE986" /%3E%3C/svg%3E');
}
.speakers__card-list > li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .speakers__title {
    margin-bottom: 60px;
  }
  .speakers__cards {
    gap: unset;
  }
  .speakers__cards > * {
    width: 320px;
  }
  .speakers__card-img {
    margin-top: -20px;
  }
  .speakers__card-img::before {
    padding-top: 76.563%;
  }
  .speakers__card-wrapper {
    margin-top: -50px;
    padding: 50px 20px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 41, 38, 0)), color-stop(10%, rgba(4, 41, 38, 0.99)), to(#042926));
    background: linear-gradient(180deg, rgba(4, 41, 38, 0) 0%, rgba(4, 41, 38, 0.99) 10%, #042926 100%);
  }
  .speakers__card-name {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .speakers__card-position {
    margin-bottom: 24px;
  }
  .speakers__card-list > li {
    padding-left: 22px;
  }
  .speakers__card-list > li::before {
    width: 16px;
    height: 16px;
  }
  .speakers__card-list > li:not(:last-child) {
    margin-bottom: 12px;
  }
}
/*# sourceMappingURL=speakers.css.map */
/*# sourceMappingURL=speakers.css.map */