* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #fff;
  background-color: #000;
}

.a1b2c3 {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.sdfje23242jsfkajfsdfs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  background-color: #111010;
  position: fixed;
  top: 0;
  z-index: 100;
  font-size: 40px;
  color: rgb(249, 252, 251);
}

.d4e5f6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  /* height: 120px; */
  background-color: #0b8178;
  padding: 0 240px;
  /* padding: 0 20px; */
  /* position: fixed; */
  position: fixed;
  top: 0px;
  /* top: 0; */
  z-index: 100;
  transition: all 0.3s ease;
}

.d4e5f6.scrolled {
  background-color: rgba(11, 129, 120, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.g7h8i9 {
  width: 186px;
  height: 60px;
  margin-left: 0;
}
.g7h8i9 img {
  width: 100%;
  height: auto;
}
.j0k1l2 ul {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin-right: 0;
}
.j0k1l2 a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: color 0.3s;

  position: relative;
}

.j0k1l2 a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  transition: width 0.3s ease;
}

.j0k1l2 a:hover::after {
  width: 100%;
}

.j0k1l2 a.active::after {
  width: 100%;
}

.j0k1l2 a.active {
  /* color: #0ff; */
}

/* 需要再定位的时候 保持一个白色的下划线 */
.j0k1l2 a:hover {
  /* color: #0ff; */
}

.d4e5f6.scrolled {
  background-color: rgba(11, 129, 120, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: red;
}

.b8c9d0 {
  width: 100%;
}

.e1f2g3 {
  max-width: 1440px;
  width: 100%;
  min-height: 919px;
  height: auto;
  margin: 180px auto 0;
  text-align: center;
  background-image: url("../assets/images/resources/grect.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
}
.e1f2g3 .h4i5j6 {
  width: 186px;
  height: 116px;
  padding: 100px 0 40px;
  margin: 0 auto;
}
.e1f2g3 h1 {
  font-size: 3.5rem;
  height: auto;
  margin-top: 40px;
  line-height: 150%;
  color: #222;
  padding: 0 20px;
}
.e1f2g3 p {
  max-width: 800px;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  color: #02413c;
  margin: 60px auto 0;
  padding: 0 20px;
}

.k7l8m9 {
  margin-top: 80px;
  max-width: 440px;
  width: 90%;
  height: auto;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: #02413c;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(11, 129, 120, 0.3);
}
.k7l8m9 img {
  width: 100%;
  height: auto;
}
.k7l8m9:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(11, 129, 120, 0.4);
}
.q3r4s5 {
  /* margin: 0 auto; */
  background-color: #000;
  /* padding: 0 20px; */
}
.t6u7v8 {
  margin: 240px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.t6u7v8 h2 {
  font-family: Roboto;
  font-weight: 700;
  font-style: bold;
  font-size: 60px;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 30px;
  color: #fff;
}
.w9x0y1 {
  max-width: 620px;
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 0 20px;
  margin-left: 240px;
}
.z2a3b4 {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.z2a3b4 .r0s1t2 {
  font-size: 1.5rem;
  color: #0b8178;
  margin-top: 5px;
}
.c5d6e7 h3 {
  font-family: Roboto;
  font-weight: 600;
  font-style: semiBold;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 16px;
  color: #fff;
}
.c5d6e7 p {
  font-family: Roboto;
  font-weight: 400;
  font-style: regular;
  font-size: 24px;
  color: #fff;
  line-height: 150%;
  letter-spacing: 0;
}
.f8g9h0 {
  overflow: hidden;
  max-width: 620px;
  width: 90%;
  height: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.f8g9h0 img {
  width: 100%;
  height: auto;
  display: block;
}
.i1j2k3 {
  padding: 240px 12.5% 0;
}
.l4m5n6 {
  max-width: 1440px;
  width: 100%;
  min-height: 888px;
  height: auto;
  background-image: url("../assets/images/resources/blubg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
.l4m5n6 h2 {
  font-size: 2.5rem;
  padding-top: 100px;
  margin-bottom: 30px;
  color: #fff;
}
.l4m5n6 p {
  max-width: 900px;
  width: 100%;
  height: auto;
  font-size: 28px;
  margin-top: 60px;
  line-height: 150%;
  margin-bottom: 30px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.o7p8q9 {
  max-width: 900px;
  width: 90%;
  background: #02413c;
  height: auto;
  background-color: transparent;
  color: #fff;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 1.1rem;
  transition: all 0.3s;
  margin-top: 90px;
}
.o7p8q9 .r0s1t2 {
  width: 240px;
  margin: 0 auto;
  height: 48px;
}
.o7p8q9 .r0s1t2 img {
  width: 100%;
  height: auto;
}
.u3v4w5 {
  max-width: 800px;
  width: 100%;
  height: auto;
  font-family: Roboto;
  font-weight: 400;
  font-style: regular;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}
.x6y7z8 {
  height: 574px;
  padding: 240px 5% 0;
  background-color: #000;
}
.a9b0c1 {
  text-align: center;
}
.a9b0c1 h2 {
  font-size: 2.5rem;
  color: #fff;
}
.d2e3f4 {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 900px;
  width: 100%;
  height: auto;
  font-family: Roboto;
  font-weight: 400;
  font-style: regular;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  padding: 0 20px;
}
.g5h6i7 {
  max-width: 1440px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 0 20px;
}
.j8k9l0 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 285px;
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: rgba(11, 129, 120, 0.1);
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
  /* padding: 20px; */
}
.j8k9l0:hover {
  transform: translateY(-5px);
}
.m1n2o3 {
  width: 100px;
  height: 100px;
  font-size: 3rem;
  margin-bottom: 30px;
  color: #0b8178;
}
.j8k9l0 h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #fff;
}
.j8k9l0 p {
  font-family: Roboto;
  font-weight: 400;
  font-style: regular;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  max-width: 285px;
  width: 100%;
  height: auto;
  color: #ccc;
}
.p4q5r6 {
  margin-top: 240px;
  padding-top: 240px;
}
.s7t8u9 {
  z-index: 1;
  background: #0b8178;
  max-width: 1440px;
  width: 100%;
  min-height: 750px;
  height: auto;
  background-image: url("../assets/images/resources/tell.png");
  background-size: 150px 150px;
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  border-bottom: 2px solid #222;
  padding: 20px;
}
.s7t8u9 h2 {
  max-width: 297px;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding-top: 60px;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #222;
}
.s7t8u9 .v0w1x2 {
  max-width: 900px;
  width: 100%;
  height: auto;
  font-family: Roboto;
  font-weight: 400;
  font-style: regular;
  margin: 0 auto;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #222;
  padding: 40px 20px 0;
}
.y3z4a5 {
  background-image: url("../assets/images/resources/liddaf.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 813px;
  width: 90%;
  height: auto;
  min-height: 228px;
  margin: 90px auto 0;
  padding: 20px;
}
.y3z4a5 ul {
  text-decoration: none;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 20px;
}
.y3z4a5 li {
  text-align: left;
  list-style: none;
  margin-top: 20px;
  font-family: Roboto;
  font-weight: 400;
  font-style: regular;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
}
#contactForm input,
#contactForm textarea {
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 1.1rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#contactForm input::placeholder,
#contactForm textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#contactForm textarea {
  resize: vertical;
  min-height: 150px;
}
#contactForm button {
  align-self: center;
  width: auto;
  padding: 15px 40px;
  font-size: 1.1rem;
  background-color: #fff;
  color: #0b8178;
}
.b6c7d8 {
  padding: 0 0;
  margin: 0 auto;
}
.e9f0g1 {
  z-index: 999;
  border-radius: 0 0 10px 10px;
  max-width: 1400px;
  width: 100%;
  min-height: 912px;
  height: auto;
  background: #0fa79b;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
.e9f0g1 h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: rgba(34, 34, 34, 1);
  font-family: Roboto;
  font-weight: 700;
  font-style: bold;
  font-size: 60px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  padding-top: 100px;
}
.e9f0g1 p {
  max-width: 900px;
  width: 100%;
  height: auto;
  margin: 40px auto 0;
  color: rgba(34, 34, 34, 1);
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  font-style: regular;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  padding: 0 20px;
}
.n8o9p0 {
  margin: 0 auto;
}
.h2i3j4 {
  max-width: 868px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}
.h2i3j4 .k5l6m7 {
  width: auto;
  height: auto;
  padding: 0 20px 30px;
  color: #222;
  font-family: Roboto;
  font-weight: 600;
  font-style: semiBold;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  margin: 60px auto 0;
}
.h2i3j4 .t4u5v6 {
  max-width: 476px;
  width: 100%;
  flex: 1.24;
  margin-right: 10px;
}

.h2i3j4 .sjfi2v32 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.h2i3j4 .q1r2s3 {
  height: auto;
  min-height: 76px;
  padding: 15px 20px;
  background: rgba(11, 129, 120, 1);
  border-radius: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 6px;
  border-left-width: 2px;
  border-width: 2px, 2px, 6px, 2px;
  font-family: Roboto;
  font-weight: 400;
  font-style: regular;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  border-style: solid;
  border-color: rgba(34, 34, 34, 1);
  /* margin: 5px; */
}
.h2i3j4 .w6x7y8 {
  max-width: 391px;
  width: 100%;
  flex: 1;
}
.h2i3j4 .z9a0b1 {
  margin-top: 16px;
  max-width: 880px;
  width: 100%;
}
.c2d3e4 {
  background-color: #000;
  color: #fff;
  margin-top: 240px;
  margin-bottom: 240px;
}
.f5g6h7 {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 0 20px;
}
.i8j9k0 h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #0b8178;
}
.l1m2n3 li {
  max-width: 499px;
  width: 100%;
}
.l1m2n3 ul {
  max-width: 499px;
  width: 100%;
}
.i8j9k0 h4 {
  font-family: Roboto;
  font-weight: 600;
  font-style: semiBold;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 40px;
  color: #fff;
}
.i8j9k0 p {
  color: #ccc;
  margin-bottom: 20px;
}
.i8j9k0 ul {
  list-style: none;
}
.i8j9k0 ul li {
  margin-bottom: 10px;
  font-size: 24px;
}
.i8j9k0 a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.i8j9k0 a:hover {
  color: #0b8178;
  border-bottom: 1px solid #0b8178;
}
.footer-bottom {
  text-align: center;
  padding-top: 20px;
  color: #999;
}
.i8j9k0 .o4p5q6 {
  /* ---- */
  margin-top: 30px;
  margin-left: 30px;
  /* ---- */
  width: 202;
  height: 48;
  border-width: 1px;
  color: rgba(255, 107, 87, 1);
  border-bottom: 1px solid rgba(255, 107, 87, 1);
}

/* Media Queries */
@media screen and (max-width: 1300px) {
  .d4e5f6 {
    padding: 0 80px;
  }

  .s7t8u9 {
    /* margin: 20px auto 0 !important; */
    margin: 110px auto 0 !important;
  }
  .t6u7v8 {
    flex-direction: column;
    text-align: left;
  }
  .f8g9h0 {
    margin-top: 30px;
  }
  .e1f2g3 h1 {
    font-size: 3rem;
  }
  .l4m5n6 p,
  .e9f0g1 p {
    font-size: 24px;
  }
  .i8j9k0 ul li {
    font-size: 22px;
  }
  /* add */
  .h2i3j4 {
    flex-direction: column;
    align-items: center;
  }

  .h2i3j4 .t4u5v6,
  .h2i3j4 .w6x7y8 {
    max-width: 100%;
    width: 90%;
    margin: 5px 0;
  }

  .h2i3j4 .z9a0b1 {
    max-width: 100%;
    width: 90%;
  }

  /* 核心优势部分调整 */
  .w9x0y1 {
    margin-left: 0;
    margin-top: 60px;
  }

  /* 服务部分调整 */
  .g5h6i7 {
    gap: 20px;
  }
  .s7t8u9 {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 992px) {
  .e1f2g3 h1 {
    font-size: 2.8rem;
  }
  .e1f2g3 {
    margin: 180px auto 0;
  }
  .e1f2g3 p {
    font-size: 1.2rem;
  }
  .k7l8m9 {
    max-width: 380px;
    height: auto;
    margin-top: 50px !important;
  }

  .d4e5f6 {
    padding: 0 15px;
  }

  .j0k1l2 ul {
    gap: 1.5rem;
  }
  .j8k9l0 p {
    font-size: 20px;
  }
  .l4m5n6 h2,
  .e9f0g1 h2 {
    font-size: 2rem;
  }

  .h2i3j4 .sjfi2v32 {
    display: block;
    width: 100%;
  }
  .t4u5v6 {
    flex: 1;
    margin-bottom: 16px;
  }

  .w6x7y8 {
    flex: 1;
  }

  /* add */
  .h2i3j4 .sjfi2v32 {
    display: block;
    width: 100%;
  }

  .h2i3j4 .t4u5v6 {
    margin-bottom: 16px;
    max-width: 100%;
    width: 90%;
  }

  .h2i3j4 .w6x7y8 {
    max-width: 100%;
    width: 90%;
  }

  /* 调整核心优势部分 */
  .t6u7v8 {
    margin: 100px auto 0;
  }

  .t6u7v8 h2 {
    font-size: 3rem;
  }

  .w9x0y1 {
    margin-top: 50px;
  }

  /* 调整关于我们的部分 */
  .l4m5n6 {
    min-height: 700px;
  }

  .l4m5n6 p {
    font-size: 24px;
  }

  /* 调整服务部分 */
  .x6y7z8 {
    height: auto;
    padding: 150px 5% 0;
  }

  .g5h6i7 {
    margin: 40px auto 0;
  }

  /* 联系我们部分 */
  .p4q5r6 {
    margin-top: 50px;
    padding-top: 20px;
  }

  .s7t8u9 {
    min-height: 600px;
  }

  /* 安全部分 */
  .e9f0g1 {
    min-height: 700px;
  }

  .e9f0g1 h2 {
    font-size: 3rem;
    padding-top: 80px;
  }

  .e9f0g1 p {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .s7t8u9 {
    margin: 20px auto 0 !important;
    /* margin: 110px auto 0 !important; */
  }

  .d4e5f6 {
    position: fixed;
    top: 0;
    z-index: 100;
    transition: all 0.3s ease;
  }

  .sdfje23242jsfkajfsdfs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
    background-color: #111010;
    position: fixed;
    top: 0;
    z-index: 100;
    font-size: 30px;
    color: rgb(249, 252, 251);
  }

  .g7h8i9 {
    width: 126px;
    height: 30px;
    margin-left: 0;
  }
  .g7h8i9 img {
    width: 100%;
    height: auto;
  }

  .o7p8q9 {
    margin-top: 20px;
  }
  .c2d3e4 {
    margin-top: 0 !important;
    margin-bottom: 70px !important;
  }
  .d4e5f6 {
    flex-direction: column;
    height: auto;
    /* padding: 20px;
    gap: 20px; */
    padding: 5px 20px;
    gap: 16px;
  }
  .j0k1l2 ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    /* gap: 1rem; */
    margin-right: 0;
  }
  .j0k1l2 a {
    font-size: 14px;
  }

  .j0k1l2 a::after {
    height: 2px;
    bottom: -3px;
  }

  .b8c9d0 {
    height: auto;
    padding: 40px 20px;
  }
  .e1f2g3 {
    margin: 180px auto 0;
    padding: 20px;
    min-height: 700px !important;
  }
  .e1f2g3 .h4i5j6 {
    padding: 55px 0 40px;
  }
  .e1f2g3 h1 {
    font-size: 2.2rem;
  }
  .e1f2g3 p {
    font-size: 1.1rem;
  }
  .k7l8m9 {
    max-width: 320px;
    height: auto;
    margin-top: 50px;
  }
  .q3r4s5 {
    padding: 0;
  }

  .i1j2k3,
  .x6y7z8,
  .p4q5r6,
  .b6c7d8 {
    padding: 60px 20px;
  }

  .p4q5r6 {
    margin-top: 0px !important;
  }

  .h2i3j4 .sjfi2v32 {
    display: block;
    width: 100%;
  }
  .t4u5v6 {
    margin-bottom: 16px;
    flex: 1;
  }

  .w6x7y8 {
    flex: 1;
  }
  .t6u7v8 h2,
  .l4m5n6 h2,
  .a9b0c1 h2,
  .s7t8u9 h2,
  .e9f0g1 h2 {
    font-size: 2rem;
  }

  .e9f0g1 h2 {
    padding-top: 30px;
  }

  .l4m5n6 h2 {
    padding-top: 10px;
  }
  .l4m5n6 p {
    margin-top: 25px !important;
  }

  .s7t8u9 {
    background-size: 80px 80px !important;
  }

  .g5h6i7 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  .h2i3j4 {
    flex-direction: column;
    align-items: center;
  }
  .f5g6h7 {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .w9x0y1 {
    margin-top: 10px;
    margin-left: 0px !important;
  }
  .t6u7v8 h2 {
    font-size: 2.5rem;
  }

  .h2i3j4 .k5l6m7 {
    margin: 15px auto 0;
  }
  .l4m5n6 p,
  .e9f0g1 p {
    font-size: 20px;
  }
  .i8j9k0 ul li {
    font-size: 20px;
  }
  .j8k9l0 {
    max-width: 100%;
  }
  .y3z4a5 li {
    font-size: 20px;
  }
  .s7t8u9 h2 {
    margin-bottom: -10px;
  }

  .y3z4a5 {
    margin: 30px auto 20px;
  }

  .i1j2k3,
  .x6y7z8 {
    padding: 30px 20px;
  }

  .p4q5r6 {
    padding: 30px 20px 0;
  }

  .b6c7d8 {
    padding: 0 20px 30px;
  }

  .e9f0g1 {
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .s7t8u9 {
    margin: 20px auto 0 !important;
    /* margin: 110px auto 0 !important; */
  }
  .d4e5f6 {
    position: fixed;
    top: 0px;
    z-index: 100;
    transition: all 0.3s ease;
  }

  .sdfje23242jsfkajfsdfs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    background-color: #111010;
    position: fixed;
    top: 0;
    z-index: 100;
    font-size: 22px;
    color: rgb(249, 252, 251);
  }

  .g7h8i9 {
    width: 100px;
    height: 20px;
    margin-left: 0;
  }
  .g7h8i9 img {
    width: 100%;
    height: auto;
  }

  .s7t8u9 h2 {
    margin-bottom: -10px;
  }

  .y3z4a5 {
    margin: 30px auto 20px;
  }
  .o7p8q9 {
    margin-top: 20px;
  }

  .h2i3j4 .k5l6m7 {
    margin: 15px auto 0;
  }

  .e9f0g1 h2 {
    padding-top: 30px;
  }

  .e9f0g1 {
    width: 95%;
  }
  .c2d3e4 {
    margin-top: 0 !important;
    margin-bottom: 70px !important;
  }
  .e1f2g3 h1 {
    font-size: 1.8rem;
    line-height: 130%;
  }
  .t6u7v8 {
    margin: 0 auto !important;
  }

  .e1f2g3 {
    margin: 126px auto 0 !important;
    min-height: 700px !important;
  }
  .e1f2g3 .h4i5j6 {
    padding: 55px 0 40px;
  }

  .e1f2g3 p {
    font-size: 1rem;
    line-height: 140%;
  }
  .k7l8m9 {
    max-width: 280px;
    height: auto;
  }
  .w9x0y1 {
    align-items: center;
    margin-left: 0px !important;
  }

  .s7t8u9 {
    background-size: 80px 80px !important;
  }

  .i1j2k3,
  .x6y7z8 {
    padding: 30px 20px;
  }

  .p4q5r6 {
    padding: 30px 20px 0;
  }

  .b6c7d8 {
    padding: 0 20px 30px;
  }

  .z2a3b4 {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .t6u7v8 h2 {
    font-size: 2rem;
  }
  .c5d6e7 h3 {
    font-size: 22px;
  }
  .c5d6e7 p {
    font-size: 18px;
  }

  .p4q5r6 {
    margin-top: 0px !important;
  }

  .l4m5n6 p,
  .e9f0g1 p {
    font-size: 18px;
  }

  .l4m5n6 h2 {
    padding-top: 10px;
  }

  .l4m5n6 p {
    margin-top: 25px !important;
  }

  .i8j9k0 ul li {
    font-size: 18px;
  }
  .y3z4a5 li {
    font-size: 18px;
  }
  .j8k9l0 p {
    font-size: 18px;
  }
  .h2i3j4 .q1r2s3 {
    font-size: 20px;
    padding: 12px 15px;
  }
}
