#content_full, #content_gated{
  display:none;
}

h2.elementor-heading-title,
h3.elementor-heading-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500 !important;
  margin: .5rem 0 0 0;
}

h2.speakers-heading {
  color: #999;
  font-weight: 300;
  margin: .5rem 0 1rem 0;
}

h3.elementor-heading-title {
  font-size: 1.5rem;
}

.speakers-block {
  border-left: 1px solid #c4c4c4;
  padding: 0 0 0 40px;
}

body[data-elementor-device-mode="mobile"] .speakers-block {
  border-left: 0 none;
  padding: 0px;
}

.speakers-block2 .speakers .speaker {
  margin: 0 0 30px 0;
  width: 48%;
  display: inline-block; float:left;
  padding: 15px 70px 0 0;
}

body[data-elementor-device-mode="mobile"] .speakers-block2 .speakers .speaker {
  width: 100%;
  display: inline-block;
  padding: 15px 10px 0 0;
}

.speakers .speaker {
  margin: 30px 0 30px 0;
}

.speakers .speaker-photo, .speakers .speaker-photo img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  height: 100px;
  margin-bottom: 10px;
  width: 100px
}

.speakers .speaker-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0px;
}

.speakers .speaker-title {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 8px;
}

.speakers .speaker-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  max-width: 580px
}