.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: 120px;
  background-image: url("../Media/Images/ABOUT US.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;
	  padding-top: 35px;
  }
  .s1 h1 {
    font-size: 32px;
  }
}
.s2 {
  width: 100%;
  padding: 100px 0 100px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s2 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s2 .title h2 {
  font-size: 24px;
  font-weight: 500;
}
.s2 .title .line {
  width: 200px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.s2 .wrapper {
  width: 100%;
  align-items: flex-start;
  gap: 100px;
  margin-top: 50px;
}
.s2 .wrapper .img {
  width: 333px;
  min-width: 333px;
  aspect-ratio: 333/400;
  background-image: url("../Media/Images/8.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  filter: drop-shadow(4px 4px 4px rgba(48, 51, 122, 0.15));
}
.s2 .wrapper p {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .s2 {
    padding: 50px 15px 50px 15px;
  }
  .s2 .title h2 {
    font-size: 20px;
  }
  .s2 .wrapper {
    flex-direction: column;
    gap: 25px;
  }
  .s2 .wrapper .img {
    width: 100%;
    max-width: 450px;
    aspect-ratio: 370/252;
    background-image: url("../Media/Images/8-mobile.webp");
  }
}
.s3 {
  width: 100%;
  padding: 100px 0 50px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s3 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s3 .title h2 {
  font-size: 24px;
  font-weight: 500;
}
.s3 .title h2 span {
  color: #BE4AD3;
  font-size: 32px;
  font-weight: 500;
  margin-right: 24px;
}
.s3 .title .line {
  width: 650px;
  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 .wrapper {
  margin-top: 50px;
  width: 100%;
}
.s3 .wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ADADAD;
}
.s3 .wrapper table td {
  padding: 40px 20px;
  border-bottom: 1px solid #ADADAD;
  font-size: 18px;
}
.s3 .wrapper table td:first-child {
  width: 200px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .s3 {
    padding: 50px 0 50px 0;
  }
  .s3 .title h2 {
    font-size: 20px;
  }
  .s3 .title h2 span {
    font-size: 20px;
    line-height: 2;
    display: block;
    text-align: center;
    margin: 0;
  }
  .s3 .title .line {
    max-width: 100%;
    width: 350px;
  }
  .s3 .wrapper {
    padding: 0 15px;
  }
  .s3 .wrapper table td {
    font-size: 15px;
    padding: 20px 5px;
  }
  .s3 .wrapper table td:first-child {
    font-size: 15px;
    width: 100px;
  }
}
.s4 {
  width: 100%;
  padding: 100px 0 100px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 50px;
}
.s4 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s4 .title h2 {
  font-size: 24px;
  font-weight: 500;
}
.s4 .title .line {
  width: 200px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.s4 .wrapper {
  width: 100%;
  background: white;
  border: 1px solid #ADADAD;
  height: 1000px;
}

@media (max-width: 900px) {
  .s4 {
    padding: 50px 15px 0 15px;
  }
  .s4 .title h2 {
    font-size: 20px;
  }
.s4 .wrapper {
  height: 500px;
}
}
.s5 {
  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;
}
.s5 .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;
}
.s5 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s5 .title h2 {
  color: white;
  font-size: 32px;
  font-weight: 500;
}
.s5 .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);
}
.s5 .form {
  width: 100%;
  max-width: 780px;
  margin-top: 50px;
  background: white;
  border: 2px solid #252525;
}

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