#speaking {
  position: relative;
  background-image: url("../img/background-speaking-main-min.jpg");
  background-repeat: repeat;
  min-height: 800px;
  background-position-x: left 100%;
  background-position-y: top;
  overflow-y: hidden;
  overflow-x: hidden;
}
#speaking h1, #speaking h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 3rem;
  line-height: 1;
}
#speaking h1 {
  border-bottom: 4px double #666;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#speaking h1:not(.highlight) {
  font-style: italic;
  margin: 1rem;
}
#speaking h2 {
  font-size: 1.5rem;
  margin-top: 3rem;
}
#speaking ul {
  margin: 1rem 2rem;
}
#speaking ul li {
  line-height: 32px;
  font-size: 24px;
  display: flex;
  justify-items: left;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-shadow: -1px 1px 0 #fff;
}
#speaking ul li::before {
  display: flex;
  align-self: center;
  justify-self: flex-start;
  line-height: 32px;
  content: "";
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 1rem;
  box-sizing: content-box;
  /* opacity: 0.65; */
}
#speaking .topics {
  position: relative;
  background-image: url('../img/3d-john-min.png');
  background-repeat: no-repeat;
  /* background-position-y: bottom; */
  background-position: right 0 bottom 0;
  background-size: contain;
  padding-bottom: 10rem;
  padding-top: 3rem;
}
#speaking .promise {
  margin: 1rem;
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(3px);
  margin-top: 20rem;
}
/* #speaking ul li.twist::before {
  transform: rotate(11deg);
}
#speaking ul li.halftwist::before {
  transform: rotate(34deg);
} */
#main-photo {
  position: absolute;
  height: 100%;
  left: -10%;
  top: 0%;
  box-shadow: -2px 2px 4px rgba(0,0,0,0.4);
}
#form {
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  padding: 2rem;
}
@media (max-width: 1215px) {
  #speaking .promise {
    margin-top: 15rem;
  }
  #speaking .topics {
    min-height: 1200px;
  }
}
@media (max-width: 768px) {
  #speaking .topics {
    min-height: 1200px;
  }
}
@media (max-width: 550px) {
  #speaking .topics {
    min-height: 1000px;
    padding-bottom: 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  #speaking .topics {
    min-height: 1350px;
  }
}