.demo-info {
  position: relative;
  bottom: -3px;
  height: 120vh;
  background-image: url("../images/bottom_waves.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media (max-width: 1199.98px) {
  .demo-info {
    height: 60vh;
  }
}
@media (max-width: 576px) {
  .demo-info {
    height: auto;
    padding: 150px 0;
    bottom: 0;
    background-image: url("../images/bottom_waves.svg"), url("../images/subpage_header_bg.svg");
    background-repeat: no-repeat;
    background-position: center bottom, center top -3px;
    background-size: 100% auto;
  }
}
.demo-info .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .demo-info .content-container {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 40px;
  }
}
.demo-info .content-container .text {
  margin-right: 90px;
}
@media (max-width: 1199.98px) {
  .demo-info .content-container .text {
    margin-right: 40px;
  }
}
@media (max-width: 576px) {
  .demo-info .content-container .text {
    margin-right: 0px;
    margin-top: 40px;
  }
  .demo-info .content-container .text br {
    display: none;
  }
}
.demo-info .content-container .text h1 {
  color: #FFA746;
}
@media (max-width: 576px) {
  .demo-info .content-container .text h1 {
    font-size: 1.35em;
  }
}
.demo-info .content-container .text .text-2 {
  margin-bottom: 50px;
}
.demo-info .content-container .text a {
  text-decoration: none;
}
.demo-info .content-container .text a:hover {
  transform: scale(0.95);
}
.demo-info .content-container img {
  width: 30%;
  height: 30%;
}
@media (max-width: 576px) {
  .demo-info .content-container img {
    width: 70%;
    height: 70%;
  }
}

.frequently-asked-questions {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 95px;
  background-color: #10BFE7;
}
.frequently-asked-questions #fa-questions {
  position: absolute;
  top: -200px;
}
.frequently-asked-questions h1 {
  position: relative;
  top: -100px;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .frequently-asked-questions h1 {
    top: 0;
    margin-bottom: 50px;
  }
}
.frequently-asked-questions .question-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.frequently-asked-questions .question-container .question-element {
  width: 55%;
  margin-bottom: 30px;
  padding: 43px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .frequently-asked-questions .question-container .question-element {
    width: 73%;
    padding: 25px;
  }
}
.frequently-asked-questions .question-container .question-element .question {
  font-weight: 600;
}