.s1 {
  width: 100%;
  height: 400px;
  position: relative;
}
.s1 .background {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../Media/BG/4.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
.s1 h1 {
  color: white;
  font-size: 44px;
  font-weight: 700;
}
.s1 .img {
  width: 100%;
  height: 110px;
  background-image: url("../Media/Images/FAQ.webp");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 900px) {
  .s1 {
    height: 200px;
    margin-bottom: 0px;
	  padding-top: 35px;
  }
  .s1 h1 {
    font-size: 32px;
  }
}
.s2 {
  width: 100%;
  padding: 0px 0 100px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s2 .background {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../Media/BG/1.webp");
  background-size: 100% 1000px;
  background-position: top center;
  background-repeat: repeat;
  z-index: -1;
}
.s2 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s2 .title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 100px;
}
.s2 .title h3 {
    font-size: 24px;
    font-weight: 500;
    padding-left: 12px;
    border-left: 3px solid #BE4AD3;
    margin-right: auto;
    margin-top: 20px;
}

.s2 .title h4 {
    font-size: 18px;
    font-weight: 400;
    padding-left: 40px;
    position: relative;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.s2 .title h4::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: #BE4AD3;
}
.s2 .title .line {
  width: 250px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  box-shadow: 4px 4px 4px 0 rgba(48, 51, 122, 0.15);
}
.s2 .wrapper {
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
}
.s2 .wrapper .box {
  width: 100%;
  border-top: 1px solid #ADADAD;
  padding: 40px 50px;
}
.s2 .wrapper .box .question {
  color: #BE4AD3;
  font-size: 18px !important;
  line-height: 1.5;
  margin-bottom: 25px;
}
.s2 .wrapper .box .answer {
  font-size: 16px !important;
  line-height: 1.5;
}
.s2 .wrapper .box.last {
  border-bottom: 1px solid #ADADAD;
}
.s2 .wrapper p {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .s2 {
    padding: 0 15px 0 15px !important;
  }
.s2 .background {
    background-size: 220% auto;
    background-position: center center;
}
  .s2 .title h2 {
    font-size: 20px;
  }
  .s2 .title h2 span {
    font-size: 20px;
  }
  .s2 .title .line {
    max-width: 100%;
    width: 200px;
  }
  .s2 .wrapper .box {
    padding: 25px 10px;
  }
  .s2 .wrapper .box .question {
    margin-bottom: 10px;
    font-size: 16px !important;
  }
  .s2 .wrapper .box .answer {
    font-size: 15px !important;
    line-height: 1.5;
  }
  .s2.last {
    padding-bottom: 0 !important;
  }
}
.s3 {
  width: 100%;
  max-width: 850px;
  padding: 100px 0 100px 0;
  margin: 0 auto;
  margin-top: 100px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s3 .background {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgba(190, 74, 211, 0.75), rgba(48, 51, 122, 0.75));
  z-index: -1;
}
.s3 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s3 .title h2 {
  color: white;
  font-size: 32px;
  font-weight: 500;
}
.s3 .title .line {
  width: 350px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  box-shadow: 4px 4px 4px 0 rgba(48, 51, 122, 0.15);
}
.s3 .form {
  width: 100%;
  max-width: 780px;
  margin-top: 50px;
  background: white;
  border: 2px solid #252525;
}

@media (max-width: 900px) {
  .s3 {
    padding: 50px 15px 50px 15px !important;
    align-items: center;
  }
  .s3 .title h2 {
    font-size: 18px;
  }
  .s3 .title h2 span {
    font-size: 18px;
  }
  .s3 .title .line {
    max-width: 100%;
    width: 350px;
  }
  .s3 .form {
    width: 100%;
    margin: 50px 0 0;
  }
}