@charset "UTF-8";
.section-questions__title {
  max-width: 800px;
  margin-bottom: 20px;
  text-align: left;
}

.section-questions__body {
  max-width: 800px;
  margin-bottom: 31.25px;
  text-align: left;
  line-height: 1.5;
}

.section-questions__body ul {
  list-style-position: inside;
  text-align: left;
  display: inline-block;
}

.section-questions__btn-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 742px) {
  .section-questions__title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
  }
  .section-questions__btn-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .section-questions__body {
    max-width: 452px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .section-questions__tags {
    max-width: none;
  }
}

