#pageMv::after {
  content: "Q&A";
}

#QandAList ol li {
  background: #cae5f7;
  padding: 60px 70px 70px 60px;
  position: relative;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  #QandAList ol li {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
}
#QandAList ol li::after {
  top: -75px;
  right: 20px;
  line-height: 1;
  content: "Q1";
  font-size: 30rem;
  letter-spacing: -0.005em;
  opacity: 0.3;
  color: #1695d4;
  font-family: bebas-neue, sans-serif;
  position: absolute;
}
@media (max-width: 960px) {
  #QandAList ol li::after {
    font-size: 15rem;
    top: -65px;
    right: 45px;
  }
}
@media (max-width: 768px) {
  #QandAList ol li::after {
    font-size: 13rem;
    top: -35px;
    right: 20px;
  }
}
#QandAList ol li h3 {
  font-size: 3rem;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #QandAList ol li h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#QandAList ol li h3 span {
  font-size: 1.8rem;
  font-family: bebas-neue, sans-serif;
  display: block;
  color: #00a0e4;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #QandAList ol li h3 span {
    margin-bottom: 10px;
  }
}
#QandAList ol li p {
  line-height: 1.875;
}
@media (max-width: 768px) {
  #QandAList ol li p {
    font-size: 1.4rem;
  }
}
#QandAList ol li:nth-child(2)::after {
  content: "Q2";
}
#QandAList ol li:nth-child(3)::after {
  content: "Q3";
}
#QandAList ol li:nth-child(4)::after {
  content: "Q4";
}
#QandAList ol li:nth-child(5)::after {
  content: "Q5";
}
#QandAList ol li:nth-child(6)::after {
  content: "Q6";
}
#QandAList ol li:nth-child(7)::after {
  content: "Q7";
}
#QandAList ol li:nth-child(8)::after {
  content: "Q8";
}
#QandAList ol li:last-child {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #QandAList ol li:last-child {
    margin-bottom: 0;
  }
}