.section1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 350rem 0 40rem;
  height: 294rem;
  background: url("/ebc-static/image/forex/pulse/banner_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12rem;
}

.section1 .pulse-title {
  color: var(--Text-Primary_White, #fff);
  font-size: 48rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.pulse-title-intro {
  color: var(--Text-Secondary_White, rgba(255, 255, 255, 0.64));
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.pulse-btn {
  margin-top: 48rem;
  align-self: flex-start;
  display: inline-flex;
  height: 48rem;
  padding: 10rem 40rem;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  border-radius: var(--Corner-Radius-Full, 24rem);
  border: 1px solid var(--Text-Primary_White, #fff);
  color: #fff;
  text-align: center;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
}
.pulse-btn:hover {
  color: #fff;
  background: var(--Base-Color-White-12, rgba(255, 255, 255, 0.12));
}
.pulse-btn:active {
  color: var(--Text-Quaternary_White, rgba(255, 255, 255, 0.32));
  border: 1px solid var(--Text-Quaternary_White, rgba(255, 255, 255, 0.32));
}

.section2 {
  margin-top: 100rem;
}
.pulse-line {
  margin-top: 32rem;
  width: 100%;
  height: 1px;
  background: var(--Neutral-Divider_Regular, rgba(0, 0, 0, 0.08));
}
.pulse-line-40 {
  margin: 20rem 0;
  margin-top: 32rem;
  width: 100%;
  height: 1px;
  background: var(--Neutral-Divider_Regular, rgba(0, 0, 0, 0.08));
}

.section3 {
  margin-top: 100rem;
}
.speakers-list {
  margin-top: 32rem;
  padding-bottom: 30rem;
}
.speaker-banner-box {
  padding-top: 32rem;
}
.speaker-banner-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 10rem 40rem 10rem 354rem;
  border-radius: var(--Corner-Radius-RC12, 12rem);
  background: url("/ebc-static/image/forex/pulse/star.png"),var(--Brand-Neutral-Beige, #f9f6f2);
  /* background-size: 100% 260rem;
  background-position: bottom; */
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 294rem auto;
  height: 260rem;
}

.speaker-banner-img {
  position: absolute;
  left: 10rem;
  bottom: 0;
  width: 294rem;
  height: 284rem;
  object-fit: contain;
}

.speaker-banner-name {
  color: var(--Text-Primary, #000);
  font-size: 48rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
}
.speaker-banner-job {
  margin-top: 8rem;
  color: var(--Text-Primary, #000);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.speaker-banner-intro {
  margin-top: 20rem;
  color: var(--Text-Secondary, rgba(0, 0, 0, 0.64));
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.24);
}
.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.24);
}

@media (max-width: 996px) {
  .section1 {
    padding: 460rem 30rem 30rem;
    height: 960rem;
    justify-content: flex-start;
    align-items: center;
    background: url("/ebc-static/image/forex/pulse/banner_bg_m.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section1 .pulse-title {
    font-size: 64rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }
  .pulse-title-intro {
    margin-top: 20rem;
    font-size: 28rem;
    text-align: center;
  }
  .pulse-btn {
    margin-top: 64rem;
    height: 80rem;
    align-self: center;
    font-size: 28rem;
    border-radius: 40rem;
  }

  .speakers-list{
    padding-bottom: 60rem;
  }
  .speaker-banner-img{
    width: 268rem;
    height: auto;
  }
  .speaker-banner-box-inner{
    height: 240rem;
    border-radius: 16rem;
  }
  .speaker-banner-name{
    font-size: 32rem;
  }
  .speaker-banner-job{
    margin-top: 16rem;
    font-size: 28rem;
  }
  .speaker-banner-intro{
    margin-top: 40rem;
    font-size: 28rem;
  }
}
