#support {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  #support {
    padding-block: 80px;
  }
}
#support .supportTitle {
  background-color: #000;
  color: #fdfdfd;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px 12px;
  border-radius: 70px;
  font-size: 2.4rem;
  margin-inline: auto;
  font-weight: bold;
  max-width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}
#support .dscTitle {
  background-color: #000;
  color: #fdfdfd;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#support .dscWrapper {
  max-width: 800px;
  margin-inline: auto;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #support .dscWrapper {
    margin-bottom: 60px;
  }
}
#support .dscWrapper:last-child {
  margin-bottom: 0;
}
#support .dscWrapper a {
  color: #000;
  text-decoration: underline;
}
#support ul.anno {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#support ul.anno li {
  font-size: 0.8em;
  padding-left: 1em;
  text-indent: -1em;
}
#support ul.dscAnno {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#support ul.dscAnno li {
  padding-left: 1em;
  text-indent: -1em;
}/*# sourceMappingURL=support.css.map */