/* Mission text content */
.et_pb_section_1 .et_pb_row_1 .et_pb_column_2 .et_pb_text_2 .et_pb_text_inner {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 767px) {
  .et_pb_section_1 .et_pb_row_1 .et_pb_column_2 .et_pb_text_2 .et_pb_text_inner {
    font-size: 16px;
    line-height: 1.65;
  }

  .et_pb_section_1 .et_pb_row_1 .et_pb_column_1 .et_pb_text_1 .et_pb_text_inner h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
/* =========================================================
   SUNNY PINE VALUES SECTION
   Target: .et_pb_section_2
   Layout:
   - Ảnh full ngang ở trên
   - H2 nằm dưới ảnh
   - 4 card chia 2 cột
   - Icon nằm ngang cạnh chữ
   - Chữ thường = 1.2rem
   - Dùng FLEX hoàn toàn, không dùng GRID
   ========================================================= */

.et_pb_section_2 {
  margin-top: -5rem;
}

/* Row chính */
.et_pb_section_2 .et_pb_row_3 {
  width: 90% !important;
  max-width: 1280px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 36px !important;
  align-items: center;
}

/* Reset column Divi */
.et_pb_section_2 .et_pb_row_3 > .et_pb_column {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

/* =========================
   ẢNH TRÊN CÙNG
   ========================= */
.et_pb_section_2 .et_pb_column_4 {
  width: 100% !important;
}

.et_pb_section_2 .et_pb_image_1 {
  width: 100% !important;
  margin: 0 !important;
}

.et_pb_section_2 .et_pb_image_1 .et_pb_image_wrap {
  width: 50% !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14) !important;
}

.et_pb_section_2 .et_pb_image_1 img {
  width: 100% !important;
  height: 330px !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* =========================
   KHỐI CONTENT BÊN DƯỚI
   ========================= */
.et_pb_section_2 .et_pb_column_5 {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

/* H2 chiếm full hàng */
.et_pb_section_2 .et_pb_text_3 {
  width: 100% !important;
  flex: 0 0 100% !important;
  margin: 0 0 6px 0 !important;
}

.et_pb_section_2 .et_pb_text_3 .et_pb_text_inner {
  margin: 0 !important;
  padding: 0 !important;
}

.et_pb_section_2 .et_pb_text_3 h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 2.5rem !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: #000 !important;
}

/* =========================
   CARD VALUE
   ========================= */
.et_pb_section_2 .et_pb_column_5 .et_pb_blurb {
  flex: 0 0 calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  margin: 0 !important;
  padding: 22px 24px !important;
  background: #f1f3f3 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 1rem !important;
  box-sizing: border-box !important;
}

/* Bên trong card */
.et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_blurb_content {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  text-align: left !important;
}

/* Icon */
.et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_main_blurb_image {
  float: none !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_main_blurb_image img {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  display: block !important;
  object-fit: contain !important;
}

/* Khối chữ cạnh icon */
.et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_blurb_container {
  float: none !important;
  width: auto !important;
  flex: 1 1 auto !important;
  padding-left: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

/* Title */
.et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_module_header {
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  font-size: 1.2rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

/* Chữ thường */
.et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_blurb_description {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: #111 !important;
}

/* Màu title từng card */
.et_pb_section_2 .et_pb_blurb_0 .et_pb_module_header {
  color: #1299d5 !important;
}

.et_pb_section_2 .et_pb_blurb_1 .et_pb_module_header {
  color: #a8d5ba !important;
}

.et_pb_section_2 .et_pb_blurb_2 .et_pb_module_header {
  color: #3d8994 !important;
}

.et_pb_section_2 .et_pb_blurb_3 .et_pb_module_header {
  color: #5ac4cb !important;
}

/* Bỏ margin cuối thừa */
.et_pb_section_2 .et_pb_column_5 .et_pb_blurb:last-child {
  margin-bottom: 0 !important;
}

/* =========================
   TABLET
   ========================= */
@media (max-width: 980px) {
  .et_pb_section_2 {
    padding: 56px 0 !important;
  }

  .et_pb_section_2 .et_pb_row_3 {
    width: 92% !important;
    gap: 28px !important;
  }

  .et_pb_section_2 .et_pb_image_1 img {
    height: 280px !important;
  }

  .et_pb_section_2 .et_pb_text_3 h2 {
    font-size: 2.2rem !important;
  }

  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb {
    flex: 0 0 calc(50% - 8px) !important;
    width: calc(50% - 8px) !important;
  }
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 767px) {
  .et_pb_section_2 {
    padding: 44px 0 !important;
  }

  .et_pb_section_2 .et_pb_row_3 {
    width: 92% !important;
    gap: 24px !important;
  }

  .et_pb_section_2 .et_pb_image_1 img {
    height: 220px !important;
  }

  .et_pb_section_2 .et_pb_text_3 h2 {
    font-size: 2rem !important;
    line-height: 1.18 !important;
  }

  .et_pb_section_2 .et_pb_column_5 {
    gap: 14px !important;
  }

  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb {
    flex: 0 0 100% !important;
    width: 100% !important;
    padding: 20px !important;
  }

  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_blurb_content {
    gap: 12px !important;
  }

  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_main_blurb_image,
  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap,
  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_main_blurb_image img {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
  }

  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_module_header {
    font-size: 1.1rem !important;
  }

  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_blurb_description {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }
}

/* =========================================================
   SUNNY PINE - SECTION 3
   XOA HET CSS CU CUA .et_pb_section_3 ROI DAN NGUYEN CUC NAY
   ========================================================= */

.et_pb_section_3 {
  padding: 80px 0 !important;
  background: #f7f9fa !important;
}

/* width chung */
.et_pb_section_3 .et_pb_row {
  width: 90% !important;
  max-width: 1280px !important;
}

/* =========================================================
   ROW 5: IMAGE + INTRO
   ========================================================= */

.et_pb_section_3 .et_pb_row_5 {
  display: flex !important;
  align-items: flex-start !important; /* quan trọng: tránh cột trái bị stretch */
  justify-content: space-between !important;
  gap: 52px !important;
  margin-bottom: 56px !important;
}

.et_pb_section_3 .et_pb_row_5 > .et_pb_column {
  float: none !important;
  margin: 0 !important;
}

/* cột trái */
.et_pb_section_3 .et_pb_row_5 .et_pb_column_7 {
  width: 44% !important;
  display: block !important;
}

/* cột phải */
.et_pb_section_3 .et_pb_row_5 .et_pb_column_8 {
  width: 56% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

/* image */
.et_pb_section_3 .et_pb_image_2 {
  margin: 0 !important;
  width: 100% !important;
}

.et_pb_section_3 .et_pb_image_2 .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 1rem !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10) !important;
  height: auto !important;
}

.et_pb_section_3 .et_pb_image_2 img {
  display: block !important;
  width: 100% !important;
  height: 520px !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* intro text modules */
.et_pb_section_3 .et_pb_text_4,
.et_pb_section_3 .et_pb_text_5 {
  margin: 0 !important;
}

.et_pb_section_3 .et_pb_text_4 .et_pb_text_inner,
.et_pb_section_3 .et_pb_text_5 .et_pb_text_inner {
  background: #eaf6fb !important;
  border-radius: 1rem !important;
  padding: 28px 30px !important;
  font-size: 1.2rem !important;
  line-height: 1.7 !important;
  color: #111 !important;
  box-shadow: none !important;
  border: none !important;
  position: relative !important;
}

/* line bo tròn bên trái kiểu Services we offer */
.et_pb_section_3 .et_pb_text_4 .et_pb_text_inner::before,
.et_pb_section_3 .et_pb_text_5 .et_pb_text_inner::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 10px !important;
  background: #4db8e6 !important;
  border-radius: 999px !important;
}

.et_pb_section_3 .et_pb_text_5 .et_pb_text_inner::before {
  background: #8fd0c0 !important;
}

.et_pb_section_3 .et_pb_text_5 .et_pb_text_inner p {
  margin: 18px 0 0 0 !important;
  font-size: 1.2rem !important;
  line-height: 1.7 !important;
}

.et_pb_section_3 .et_pb_text_4 a,
.et_pb_section_3 .et_pb_text_5 a {
  color: #1299d5 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* =========================================================
   ROW 6: MAIN CONTENT
   ========================================================= */

.et_pb_section_3 .et_pb_row_6 .et_pb_column_9 {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.et_pb_section_3 .et_pb_text_6 {
  margin: 0 !important;
}

.et_pb_section_3 .et_pb_text_6 .et_pb_text_inner {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  align-items: stretch !important;
}

/* Heading */
.et_pb_section_3 .et_pb_text_6 h2 {
  width: 100% !important;
  flex: 0 0 100% !important;
  margin: 30px 0 6px 0 !important;
  padding: 0 0 0 24px !important;
  font-size: 2.15rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
  color: #111 !important;
  position: relative !important;
}

.et_pb_section_3 .et_pb_text_6 h2:first-child {
  margin-top: 0 !important;
}

/* line bo tròn bên trái heading */
.et_pb_section_3 .et_pb_text_6 h2::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 3px !important;
  height: 4rem !important;
  background: #4db8e6 !important;
}

/* các box nội dung */
.et_pb_section_3 .et_pb_text_6 p {
  flex: 0 0 calc(50% - 9px) !important;
  width: calc(50% - 9px) !important;
  margin: 0 !important;
  padding: 24px 26px !important;
  background: #eaf6fb !important;
  border: none !important;
  border-radius: 1rem !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  font-size: 1.2rem !important;
  line-height: 1.65 !important;
  color: #111 !important;
  position: relative !important;
}

/* ẩn p rỗng */
.et_pb_section_3 .et_pb_text_6 p:empty {
  display: none !important;
}

/* nếu divi render &nbsp; */
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(5),
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(12) {
  display: none !important;
}

/* đổi 1 vài box sang xanh nhẹ khác tí cho đỡ chán */
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(1),
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(2) {
  background: #e8f7fd !important;
}

.et_pb_section_3 .et_pb_text_6 p:nth-of-type(3),
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(4) {
  background: #edf8f5 !important;
}

/* nhóm Why Families Choose */
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(6),
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(7),
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(8),
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(9),
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(10),
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(11) {
  padding-left: 58px !important;
  background: #eaf6fb !important;
}

/* bullet icon tròn xanh */
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(6)::before,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(7)::before,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(8)::before,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(9)::before,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(10)::before,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(11)::before {
  content: "•" !important;
  position: absolute !important;
  left: 24px !important;
  top: 24px !important;
  width: 16px !important;
  height: 16px !important;
  color: #1299d5 !important;
  font-size: 2rem !important;
  line-height: 0.7 !important;
  font-weight: 700 !important;
}

/* ẩn dấu * đầu dòng cũ */
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(1)::first-letter,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(2)::first-letter,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(6)::first-letter,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(7)::first-letter,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(8)::first-letter,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(9)::first-letter,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(10)::first-letter,
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(11)::first-letter {
  font-size: 0 !important;
  color: transparent !important;
}

/* đoạn cuối full width */
.et_pb_section_3 .et_pb_text_6 p:nth-of-type(13) {
  flex: 0 0 100% !important;
  width: 100% !important;
  background: #e8f7fd !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .et_pb_section_3 {
    padding: 64px 0 !important;
  }

  .et_pb_section_3 .et_pb_row {
    width: 92% !important;
  }

  .et_pb_section_3 .et_pb_row_5 {
    flex-direction: column !important;
    gap: 28px !important;
    margin-bottom: 42px !important;
  }

  .et_pb_section_3 .et_pb_row_5 .et_pb_column_7,
  .et_pb_section_3 .et_pb_row_5 .et_pb_column_8 {
    width: 100% !important;
  }

  .et_pb_section_3 .et_pb_image_2 img {
    height: 420px !important;
  }

  .et_pb_section_3 .et_pb_text_6 h2 {
    font-size: 2rem !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .et_pb_section_3 {
    padding: 48px 0 !important;
  }

  .et_pb_section_3 .et_pb_row {
    width: 92% !important;
  }

  .et_pb_section_3 .et_pb_image_2 img {
    height: 280px !important;
  }

  .et_pb_section_3 .et_pb_text_4 .et_pb_text_inner,
  .et_pb_section_3 .et_pb_text_5 .et_pb_text_inner {
    padding: 22px 22px 22px 24px !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
  }

  .et_pb_section_3 .et_pb_text_5 .et_pb_text_inner p {
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
  }

  .et_pb_section_3 .et_pb_text_6 h2 {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
    padding-left: 20px !important;
  }

  .et_pb_section_3 .et_pb_text_6 p {
    flex: 0 0 100% !important;
    width: 100% !important;
    padding: 20px 20px 20px 22px !important;
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
  }

  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(6),
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(7),
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(8),
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(9),
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(10),
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(11) {
    padding-left: 48px !important;
  }

  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(6)::before,
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(7)::before,
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(8)::before,
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(9)::before,
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(10)::before,
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(11)::before {
    left: 18px !important;
    top: 18px !important;
  }
}
/* =========================================================
   ABOUT US PAGE - MOBILE ONLY PATCH
   Reduce section spacing + unify heading size
   ========================================================= */

@media (max-width: 767px) {
  /* General mobile section spacing */
  .et_pb_section_1,
  .et_pb_section_2,
  .et_pb_section_3 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Remove negative/large spacing from values section */
  .et_pb_section_2 {
    margin-top: 0 !important;
  }

  /* General row spacing */
  .et_pb_section_1 .et_pb_row,
  .et_pb_section_2 .et_pb_row,
  .et_pb_section_3 .et_pb_row {
    width: 92% !important;
    max-width: 92% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Reduce gaps between rows/columns */
  .et_pb_section_1 .et_pb_row_1,
  .et_pb_section_2 .et_pb_row_3,
  .et_pb_section_3 .et_pb_row_5,
  .et_pb_section_3 .et_pb_row_6 {
    gap: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }

  .et_pb_section_3 .et_pb_row_6 {
    margin-bottom: 0 !important;
  }

  /* =========================================================
     Heading size unified: 1.5rem
     ========================================================= */

  .et_pb_section_1 h1,
  .et_pb_section_1 h2,
  .et_pb_section_1 h3,
  .et_pb_section_1 h4,
  .et_pb_section_2 h1,
  .et_pb_section_2 h2,
  .et_pb_section_2 h3,
  .et_pb_section_2 h4,
  .et_pb_section_3 h1,
  .et_pb_section_3 h2,
  .et_pb_section_3 h3,
  .et_pb_section_3 h4 {
    font-size: 1.5rem !important;
    line-height: 1.22 !important;
    letter-spacing: -0.02em !important;
  }

  /* Heading with left line */
  .et_pb_section_1 .et_pb_row_1 .et_pb_column_1 .et_pb_text_1 .et_pb_text_inner h2,
  .et_pb_section_2 .et_pb_text_3 h2,
  .et_pb_section_3 .et_pb_text_6 h2 {
    font-size: 1.5rem !important;
    line-height: 1.22 !important;
    padding-left: 18px !important;
    margin-bottom: 10px !important;
  }

  /* Standard heading line size */
  .et_pb_section_3 .et_pb_text_6 h2::before {
    width: 4px !important;
    height: 1.25em !important;
    border-radius: 999px !important;
  }

  /* =========================================================
     Mission section
     ========================================================= */

  .et_pb_section_1 .et_pb_row_1 .et_pb_column_2 .et_pb_text_2 .et_pb_text_inner {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  .et_pb_section_1 .et_pb_row_1 .et_pb_column_1 .et_pb_text_1 .et_pb_text_inner h2 {
    margin-bottom: 8px !important;
  }

  /* =========================================================
     Values section
     ========================================================= */

  .et_pb_section_2 .et_pb_row_3 {
    gap: 18px !important;
  }

  .et_pb_section_2 .et_pb_image_1 .et_pb_image_wrap {
    width: 100% !important;
    border-radius: 1rem !important;
  }

  .et_pb_section_2 .et_pb_image_1 img {
    height: 220px !important;
  }

  .et_pb_section_2 .et_pb_text_3 {
    margin-bottom: 0 !important;
  }

  .et_pb_section_2 .et_pb_column_5 {
    gap: 12px !important;
  }

  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb {
    padding: 18px !important;
  }

  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_module_header {
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
  }

  .et_pb_section_2 .et_pb_column_5 .et_pb_blurb .et_pb_blurb_description {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  /* =========================================================
     Section 3 image + intro + content
     ========================================================= */

  .et_pb_section_3 .et_pb_row_5 {
    gap: 18px !important;
    margin-bottom: 26px !important;
  }

  .et_pb_section_3 .et_pb_image_2 img {
    height: 240px !important;
  }

  .et_pb_section_3 .et_pb_text_4 .et_pb_text_inner,
  .et_pb_section_3 .et_pb_text_5 .et_pb_text_inner {
    padding: 18px 18px 18px 22px !important;
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  .et_pb_section_3 .et_pb_text_5 .et_pb_text_inner p {
    margin-top: 14px !important;
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  .et_pb_section_3 .et_pb_text_6 .et_pb_text_inner {
    gap: 12px !important;
  }

  .et_pb_section_3 .et_pb_text_6 h2 {
    margin: 20px 0 4px 0 !important;
  }

  .et_pb_section_3 .et_pb_text_6 h2:first-child {
    margin-top: 0 !important;
  }

  .et_pb_section_3 .et_pb_text_6 p {
    padding: 18px !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(6),
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(7),
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(8),
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(9),
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(10),
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(11) {
    padding-left: 44px !important;
  }

  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(6)::before,
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(7)::before,
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(8)::before,
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(9)::before,
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(10)::before,
  .et_pb_section_3 .et_pb_text_6 p:nth-of-type(11)::before {
    left: 17px !important;
    top: 18px !important;
  }
}