.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/WHY 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: 200px 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: 300px;
  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;
  margin-top: 50px;
}
.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 .title h2 span {
    font-size: 20px;
  }
  .s2 .title .line {
    max-width: 100%;
    width: 200px;
  }
  .s2 .wrapper {
    flex-direction: column;
  }
}
.s3 {
  width: 100%;
  padding: 100px 0 100px 0;
  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-image: url("../Media/BG/1.webp");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
.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;
}
.s3 .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);
}
.s3 .wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}
.s3 .wrapper .item {
  width: 100%;
  height: 312px;
  background: white;
  border: 3px solid #BE4AD3;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 4px 4px 4px 0 rgba(48, 51, 122, 0.15);
}
.s3 .wrapper .item .img {
  height: 100%;
  aspect-ratio: 300/187;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.s3 .wrapper .item .title-2 {
  font-size: 20px;
  line-height: 1.5;
  margin: 40px 40px 20px 40px;
}
.s3 .wrapper .item .text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 40px 40px 40px;
}
.s3 .wrapper .item:nth-of-type(1) .img {
  background-image: url("../Media/Images/3.webp");
}
.s3 .wrapper .item:nth-of-type(2) .img {
  background-image: url("../Media/Images/4.webp");
}
.s3 .wrapper .item:nth-of-type(3) .img {
  background-image: url("../Media/Images/5.webp");
}

@media (max-width: 900px) {
  .s3 {
    padding: 50px 15px 0 15px;
    align-items: center;
    justify-content: center;
  }
		.s3 .background {
    background-size: 200% auto;
    background-position: center center;
}
  .s3 .title h2 {
    font-size: 20px;
  }
  .s3 .title h2 span {
    font-size: 20px;
  }
  .s3 .title .line {
    max-width: 100%;
    width: 200px;
  }
  .s3 .wrapper {
    min-width: 100%;
    justify-content: center;
  }
  .s3 .wrapper .item {
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .s3 .wrapper .item .img {
    height: auto;
    width: 100%;
    aspect-ratio: 300/187;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }
  .s3 .wrapper .item .title-2 {
    width: 255px;
    font-size: 18px;
    margin: 20px 20px 10px 20px;
    font-weight: 500;
  }
  .s3 .wrapper .item .text {
    margin: 0 20px 20px 20px;
  }
}
.s4 {
  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;
}
.s4 .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;
}
.s4 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s4 .title h2 {
  color: white;
  font-size: 32px;
  font-weight: 500;
}
.s4 .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);
}
.s4 .form {
  width: 100%;
  max-width: 780px;
  margin-top: 50px;
  background: white;
  border: 2px solid #252525;
}

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