html,
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #f6e9d8;
}

a {
  color: #333;
  font-weight: bold;
}
a:hover {
  opacity: 0.7;
}

.reserve-fixed {
  position: fixed;
  text-align: center;
  padding: 0 0 20px 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
}
@media screen and (max-width: 550px) {
  .reserve-fixed {
    display: block;
    padding: 0 0 10px 0;
  }
}
.reserve-fixed .title {
  font-size: 2vw;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .reserve-fixed .title {
    font-size: 15px;
  }
}
.reserve-fixed .title .red {
  color: #e24747;
  font-weight: bold;
}
.reserve-fixed .title span {
  font-size: 4vw;
}
@media screen and (max-width: 550px) {
  .reserve-fixed .title span {
    font-size: 30px;
  }
}
.reserve-fixed .sec-img {
  width: 50%;
}
@media screen and (max-width: 550px) {
  .reserve-fixed .sec-img {
    width: 80%;
  }
}

.header {
  width: 100%;
  position: fixed;
}
.header .container {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 550px) {
  .header .container {
    padding: 20px 0;
  }
}
.header .container .header-img {
  width: 150px;
}
@media screen and (max-width: 550px) {
  .header .container .header-img {
    width: 100px;
  }
}

.top {
  width: 100%;
  background: url(../img/top-bg.jpg);
  background-position: center center;
  background-size: cover;
}
.top .container {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 550px) {
  .top .container {
    padding: 80px 0 20px;
  }
}
.top .container .top-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 550px) {
  .top .container .top-middle {
    display: block;
  }
}
.top .container .top-middle .middle-left {
  width: 60%;
}
@media screen and (max-width: 550px) {
  .top .container .top-middle .middle-left {
    width: 100%;
  }
}
.top .container .top-middle .middle-left .middle-title {
  font-size: 3.3vw;
  background: #fff;
  padding: 5px 5px;
  text-align: center;
  color: #f4810e;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .top .container .top-middle .middle-left .middle-title {
    font-size: 23px;
  }
}
.top .container .top-middle .middle-left .middle-subtitle {
  font-size: 2.8vw;
  padding: 5px 5px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .top .container .top-middle .middle-left .middle-subtitle {
    font-size: 20px;
    margin-top: 20px;
  }
}
.top .container .top-middle .middle-left .middle-subtitle span {
  -webkit-text-decoration: underline 10px rgba(68, 143, 93, 0.7);
          text-decoration: underline 10px rgba(68, 143, 93, 0.7);
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .top .container .top-middle .middle-left .middle-subtitle span {
    -webkit-text-decoration: underline 7px rgba(68, 143, 93, 0.7);
            text-decoration: underline 7px rgba(68, 143, 93, 0.7);
  }
}
.top .container .top-middle .middle-right {
  width: 40%;
}
@media screen and (max-width: 550px) {
  .top .container .top-middle .middle-right {
    width: 100%;
  }
}
.top .container .top-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: -100px;
}
@media screen and (max-width: 550px) {
  .top .container .top-bottom {
    display: block;
    margin-top: 0;
  }
}
.top .container .top-bottom .bottom-left {
  width: 50%;
}
@media screen and (max-width: 550px) {
  .top .container .top-bottom .bottom-left {
    width: 100%;
    margin-top: 30px;
  }
}
.top .container .top-bottom .bottom-left .bottom-text {
  font-size: 2.3vw;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .top .container .top-bottom .bottom-left .bottom-text {
    font-size: 16px;
  }
}
.top .container .top-bottom .bottom-left .reserve-button {
  width: 70%;
  display: block;
  margin: 30px auto 0;
}
@media screen and (max-width: 550px) {
  .top .container .top-bottom .bottom-left .reserve-button {
    width: 100%;
  }
}
.top .container .top-bottom .bottom-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 550px) {
  .top .container .top-bottom .bottom-right {
    width: 100%;
    margin-top: 30px;
  }
}
.top .container .top-bottom .bottom-right .bottom-right-img {
  width: 30%;
}
@media screen and (max-width: 550px) {
  .top .container .top-bottom .bottom-right .bottom-right-img {
    width: 33%;
  }
}

.wave {
  width: 100%;
}

.about {
  width: 100%;
  padding: 150px 0;
}
@media screen and (max-width: 550px) {
  .about {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .about {
    padding: 60px 0;
  }
}
.about .about-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 3vw;
  color: #000;
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .about .about-title {
    font-size: 18px;
  }
}
.about .about-title span {
  color: #fff;
  background: #f4810e;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 4.3vw;
  margin-right: 10px;
}
@media screen and (max-width: 550px) {
  .about .about-title span {
    padding: 5px 10px;
    font-size: 20px;
  }
}
.about .about-title::after {
  content: "SERVICES";
  position: absolute;
  text-align: center;
  font-size: 20vw;
  color: rgba(244, 129, 14, 0.1);
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
}
.about .container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .about .container {
    width: 90%;
  }
}
.about .container .about-contents {
  padding-top: 100px;
}
@media screen and (max-width: 550px) {
  .about .container .about-contents {
    padding-top: 40px;
  }
}
.about .container .about-contents .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 550px) {
  .about .container .about-contents .about-content {
    display: block;
    margin-bottom: 30px;
  }
}
.about .container .about-contents .about-content .left {
  width: 48%;
}
@media screen and (max-width: 550px) {
  .about .container .about-contents .about-content .left {
    width: 100%;
  }
}
.about .container .about-contents .about-content .left .number {
  font-size: 4vw;
  font-weight: bold;
  color: #f4810e;
}
@media screen and (max-width: 550px) {
  .about .container .about-contents .about-content .left .number {
    font-size: 30px;
  }
}
.about .container .about-contents .about-content .left .title {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .about .container .about-contents .about-content .left .title {
    font-size: 18px;
  }
}
.about .container .about-contents .about-content .left .title span {
  font-size: 3vw;
  font-weight: bold;
  -webkit-text-decoration: underline 10px rgba(244, 129, 14, 0.7);
          text-decoration: underline 10px rgba(244, 129, 14, 0.7);
}
@media screen and (max-width: 550px) {
  .about .container .about-contents .about-content .left .title span {
    font-size: 30px;
    -webkit-text-decoration: underline 7px rgba(244, 129, 14, 0.7);
            text-decoration: underline 7px rgba(244, 129, 14, 0.7);
  }
}
.about .container .about-contents .about-content .left .text {
  font-size: 1.5vw;
}
@media screen and (max-width: 550px) {
  .about .container .about-contents .about-content .left .text {
    font-size: 16px;
  }
}
.about .container .about-contents .about-content .about-img {
  width: 48%;
}
@media screen and (max-width: 550px) {
  .about .container .about-contents .about-content .about-img {
    width: 100%;
  }
}

.future {
  width: 100%;
  background: #fff;
  padding: 150px 0;
}
@media screen and (max-width: 550px) {
  .future {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .future {
    padding: 60px 0;
  }
}
.future .container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .future .container {
    width: 90%;
  }
}
.future .container .future-title {
  text-align: center;
  color: #063657;
  font-weight: bold;
  font-size: 2.7vw;
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .future .container .future-title {
    font-size: 20px;
  }
}
.future .container .future-img {
  width: 100%;
}

.tri {
  width: 100%;
}

.feature {
  width: 100%;
  padding: 150px 0;
}
@media screen and (max-width: 550px) {
  .feature {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .feature {
    padding: 60px 0;
  }
}
.feature .container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .feature .container {
    width: 90%;
  }
}
.feature .container .feature-title {
  display: inline-block;
  font-size: 3.7vw;
  font-weight: bold;
  color: #fff;
  background: #f4810e;
  padding: 5px 10px;
}
@media screen and (max-width: 550px) {
  .feature .container .feature-title {
    font-size: 20px;
  }
}
.feature .container .text {
  margin-top: 50px;
  font-size: 1.1vw;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .feature .container .text {
    font-size: 18px;
    margin-top: 30px;
  }
}
.feature .container .feature-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 550px) {
  .feature .container .feature-contents {
    display: block;
    margin-top: 30px;
  }
}
.feature .container .feature-contents .feature-content {
  background: #fff;
  width: 30%;
}
@media screen and (max-width: 550px) {
  .feature .container .feature-contents .feature-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.feature .container .feature-contents .feature-content .number {
  font-size: 1.5vw;
  font-weight: bold;
  color: #fff;
  background: #f4810e;
}
@media screen and (max-width: 550px) {
  .feature .container .feature-contents .feature-content .number {
    font-size: 30px;
  }
}
.feature .container .feature-contents .feature-content .feature-text {
  font-size: 1.3vw;
  text-align: left;
  padding: 0 20px 20px;
}
@media screen and (max-width: 550px) {
  .feature .container .feature-contents .feature-content .feature-text {
    font-size: 16px;
  }
}
.feature .container .feature-contents .feature-content .feature-text span {
  font-weight: bold;
  color: #f4810e;
}
.feature .container .sec {
  margin-top: 80px;
}
@media screen and (max-width: 550px) {
  .feature .container .sec {
    margin-top: 50px;
  }
}
.feature .container .sec .title {
  font-size: 3vw;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .feature .container .sec .title {
    font-size: 20px;
  }
}
.feature .container .sec .title .red {
  color: #e24747;
  font-weight: bold;
}
.feature .container .sec .title span {
  font-size: 6vw;
}
@media screen and (max-width: 550px) {
  .feature .container .sec .title span {
    font-size: 40px;
  }
}
.feature .container .sec .sec-img {
  width: 70%;
}
@media screen and (max-width: 550px) {
  .feature .container .sec .sec-img {
    width: 100%;
  }
}

.compare {
  width: 100%;
  padding: 150px 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .compare {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .compare {
    padding: 60px 0;
  }
}
.compare .compare-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 4.3vw;
  color: #000;
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .compare .compare-title {
    font-size: 24px;
  }
}
.compare .compare-title::after {
  content: "COMPARE";
  position: absolute;
  text-align: center;
  font-size: 20vw;
  color: rgba(244, 129, 14, 0.1);
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
}
.compare .compare-img {
  width: 80%;
  margin-top: 80px;
}
@media screen and (max-width: 550px) {
  .compare .compare-img {
    width: 100%;
  }
}

.bg-round {
  width: 100%;
}

.flow {
  width: 100%;
  padding: 150px 0;
}
@media screen and (max-width: 550px) {
  .flow {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .flow {
    padding: 60px 0;
  }
}
.flow .flow-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 4.3vw;
  color: #000;
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .flow .flow-title {
    font-size: 24px;
  }
}
.flow .flow-title::after {
  content: "FLOW";
  position: absolute;
  text-align: center;
  font-size: 20vw;
  color: rgba(244, 129, 14, 0.1);
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
}
.flow .contents {
  width: 80%;
  margin: 80px auto 0;
}
@media screen and (max-width: 550px) {
  .flow .contents {
    width: 90%;
    margin: 40px auto 0;
  }
}
.flow .contents .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background: #fff;
  padding: 50px 20px;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .flow .contents .content {
    display: block;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.flow .contents .content .left {
  background: #f4810e;
  border-radius: 50%;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .flow .contents .content .left {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.flow .contents .content .right {
  width: 80%;
}
@media screen and (max-width: 550px) {
  .flow .contents .content .right {
    width: 100%;
  }
}
.flow .contents .content .right .title {
  font-size: 24px;
  font-weight: bold;
  color: #f4810e;
  margin-bottom: 10px;
}
.flow .contents .content .right .text {
  font-size: 16px;
}

.consultant {
  width: 100%;
  padding: 150px 0;
  background: #fbf9ea;
}
@media screen and (max-width: 550px) {
  .consultant {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .consultant {
    padding: 60px 0;
  }
}
.consultant .consultant-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 4.3vw;
  color: #000;
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .consultant .consultant-title {
    font-size: 24px;
  }
}
.consultant .consultant-title::after {
  content: "CONSULTANT";
  position: absolute;
  text-align: center;
  font-size: 20vw;
  color: rgba(244, 129, 14, 0.1);
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
}
.consultant .container {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 550px) {
  .consultant .container {
    width: 90%;
    display: block;
  }
}
.consultant .container .left {
  width: 40%;
  max-width: 400px;
  margin-right: -30px;
  z-index: 10;
}
@media screen and (max-width: 550px) {
  .consultant .container .left {
    width: 80%;
    margin: 0 auto;
  }
}
.consultant .container .left .consultant-img {
  width: 100%;
  margin-bottom: 10px;
  border: #333 1px solid;
}
.consultant .container .left .name {
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  color: #f4810e;
}
@media screen and (max-width: 550px) {
  .consultant .container .left .name {
    font-size: 30px;
    text-align: right;
    margin-bottom: 30px;
  }
}
.consultant .container .right {
  width: 60%;
  background: #fff;
  padding: 30px 60px;
  text-align: center;
  -webkit-box-shadow: 5px 5px 5px #f4810e;
          box-shadow: 5px 5px 5px #f4810e;
}
@media screen and (max-width: 550px) {
  .consultant .container .right {
    width: 100%;
    padding: 20px;
    background: none;
    -webkit-box-shadow: 3px 3px 6px #f4810e;
            box-shadow: 3px 3px 6px #f4810e;
  }
}
.consultant .container .right .main-text {
  font-size: 1.4vw;
  font-weight: bold;
  color: #f4810e;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .consultant .container .right .main-text {
    font-size: 18px;
  }
}
.consultant .container .right .sub-text {
  font-size: 1.1vw;
}
@media screen and (max-width: 550px) {
  .consultant .container .right .sub-text {
    font-size: 12px;
  }
}

.voice {
  width: 100%;
  padding: 150px 0;
  background: #fff;
}
@media screen and (max-width: 550px) {
  .voice {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .voice {
    padding: 60px 0;
  }
}
.voice .voice-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 4.3vw;
  color: #000;
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .voice .voice-title {
    font-size: 24px;
  }
}
.voice .voice-title::after {
  content: "VOICE";
  position: absolute;
  text-align: center;
  font-size: 20vw;
  color: rgba(244, 129, 14, 0.1);
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
}
.voice .container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .voice .container {
    width: 90%;
  }
}
.voice .container .content {
  background: #f7f7f7;
  padding: 20px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .voice .container .content {
    padding: 20px;
  }
}
.voice .container .content .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.voice .container .content .main-content .voice-img {
  width: 50px;
}
.voice .container .content .main-content .right .title {
  color: #f4810e;
  font-weight: bold;
  margin-bottom: 10px;
}
.voice .container .content .sub-content {
  margin-top: 10px;
}
@media screen and (max-width: 550px) {
  .voice .container .content .sub-content {
    font-size: 14px;
  }
}

.reserve {
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 550px) {
  .reserve {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .reserve {
    padding: 60px 0;
  }
}
.reserve .title {
  font-size: 3vw;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .reserve .title {
    font-size: 20px;
  }
}
.reserve .title .red {
  color: #e24747;
  font-weight: bold;
}
.reserve .title span {
  font-size: 6vw;
}
@media screen and (max-width: 550px) {
  .reserve .title span {
    font-size: 40px;
  }
}
.reserve .sec-img {
  width: 70%;
}
@media screen and (max-width: 550px) {
  .reserve .sec-img {
    width: 90%;
  }
}

.qa {
  width: 100%;
  padding: 150px 0;
  background: #fff;
  margin-bottom: 200px;
}
@media screen and (max-width: 550px) {
  .qa {
    padding: 40px 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 990px) {
  .qa {
    padding: 60px 0;
  }
}
.qa .qa-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 4.3vw;
  color: #000;
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .qa .qa-title {
    font-size: 24px;
  }
}
.qa .qa-title::after {
  content: "Q&A";
  position: absolute;
  text-align: center;
  font-size: 20vw;
  color: rgba(244, 129, 14, 0.1);
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
}
.qa .container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .qa .container {
    width: 90%;
  }
}
.qa .container .content {
  background: #f6e9d8;
  padding: 20px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .qa .container .content {
    padding: 20px;
  }
}
.qa .container .content .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .qa .container .content .q {
    gap: 10px;
  }
}
.qa .container .content .q:not(:last-child) {
  margin-bottom: 20px;
}
.qa .container .content .q p {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .qa .container .content .q p {
    font-size: 20px;
  }
}
.qa .container .content .q .title {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  .qa .container .content .q .title {
    font-size: 18px;
  }
}