/* Why Choose Sunny Pine heading */
.et_pb_section_3 .et_pb_text_4 h2 {
  display: inline-block;
  padding-left: 25px!important;
  border-left: 0.4rem solid #009ad2;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
/* Target H2 trong section Who is Sunny Pine */
.et_pb_section_1 .et_pb_text_1 .et_pb_text_inner h2 {
  margin-bottom: 20px;
  color: #1f1f1f;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}
.et_pb_section_1 .et_pb_row_0 .et_pb_column_1 .et_pb_text_1 .et_pb_text_inner p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: #333;
  font-size: 1.2rem;
}

/* Why Choose Sunny Pine - Blurb Cards */
.et_pb_section_3 .et_pb_row_4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Reset column layout */
.et_pb_section_3 .et_pb_row_4 .et_pb_column {
  width: 100% !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Card style for each blurb */
.et_pb_section_3 .et_pb_row_4 .et_pb_blurb {
  background: #f4f4f4;
  border-radius: 1rem;
  padding: 24px;
  margin-bottom: 0 !important;
}

/* Icon + text nằm ngang, align left */
.et_pb_section_3 .et_pb_row_4 .et_pb_blurb_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  max-width: 100%;
}

/* Icon */
.et_pb_section_3 .et_pb_row_4 .et_pb_main_blurb_image {
  width: 56px;
  min-width: 56px;
  margin: 0 !important;
  display: flex;
  align-items: flex-start;
}

.et_pb_section_3 .et_pb_row_4 .et_pb_main_blurb_image img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

/* Text */
.et_pb_section_3 .et_pb_row_4 .et_pb_blurb_container {
  flex: 1;
  padding-left: 0 !important;
}

.et_pb_section_3 .et_pb_row_4 .et_pb_blurb_description p {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
  font-size: 1.2rem;
}
.et_pb_section_3 .et_pb_row_4 .et_pb_blurb {
  height: 100%;
}
/* Mobile */
@media (max-width: 767px) {
  .et_pb_section_3 .et_pb_row_4 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .et_pb_section_3 .et_pb_row_4 .et_pb_column {
    gap: 18px;
  }

  .et_pb_section_3 .et_pb_row_4 .et_pb_blurb {
    padding: 20px;
  }

  .et_pb_section_3 .et_pb_row_4 .et_pb_blurb_content {
    gap: 14px;
  }

  .et_pb_section_3 .et_pb_row_4 .et_pb_main_blurb_image {
    width: 48px;
    min-width: 48px;
  }

  .et_pb_section_3 .et_pb_row_4 .et_pb_main_blurb_image img {
    width: 48px;
    height: 48px;
  }
}