/* ABOUT INTRO SECTION */
.

/* ABOUT HERO IMAGE SECTION */
.product-hero {
  width: 100%;
  background-color: #ffffff;
  padding: 0;
}

.product-hero-image {
  width: 100%;
  max-height: 85vh;
  overflow: hidden;
}

.product-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* DESKTOP LARGE */
@media (min-width: 1440px) {
  .product-hero-image {
    max-height: 90vh;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .product-hero-image {
    max-height: 70vh;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .product-hero-image {
    max-height: 55vh;
  }
}








.ache-intro {
  padding: 80px 0 40px 0;
  background: #ffffff;
}

.ache-intro .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.ache-title {
  font-size: 44px;
  color: #6aa51d; /* CEES green */
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.ache-intro-text {
  max-width: 1100px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  text-align: justify;
}

.ache-video-wrapper {
  margin: 50px auto;
  max-width: 900px;
}

.ache-video {
  width: 100%;
  height: auto;
  background: #222;
  border-radius: 2px;
}

.ache-description {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.ache-description p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 768px) {

  .ache-intro .container {
    padding: 0 20px;
  }
  .ache-title {
    font-size: 32px;
  }

  .ache-intro {
    padding: 40px 0 20px 0;
  }

  .ache-description {
    text-align: left;
  }

  .ache-video-wrapper {
    margin: 20px auto;
  }
}





.compact-fin {
  padding: 0 0 60px 0;
  background: #ffffff;
}

.compact-fin .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  color: #6aa51d; /* CEES green */
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}

.section-gap {
  margin-top: 80px;
}

.compact-fin-image {
  max-width: 1000px;
  margin: 0 auto;
}

.compact-fin-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.compact-img-1 img{
  max-width: 900px;
}

.compact-img-2 img{
  max-width: 700px;
}

.compact-img-3 img {
    max-width: 500px;
}

/* Mobile */
@media (max-width: 768px) {
  .compact-fin {
    padding: 20px 0;
  }

  .section-title {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .section-gap {
    margin-top: 60px;
  }
}






.ache-types {
  padding: 0 0 40px 0;
  background: #ffffff;
}

.ache-types .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.ache-types-text {
  margin: 0 auto 70px;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.ache-types-text ol {
  margin: 15px 0 20px 20px;
}

.ache-types-text a {
  color: #6aa51d;
  text-decoration: none;
  font-weight: 500;
}

.ache-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: start;
}

.ache-type-card {
  text-align: center;
}

.type-title {
  font-size: 20px;
  font-weight: 600;
  color: #6aa51d;
  margin-bottom: 25px;
}

.ache-type-card img {
  width: 100%;
  height: auto;
  max-width: 480px;
  margin: 0 auto;
}

/* Mobile */
@media (max-width: 768px) {
  .ache-types {
    padding: 0 0 20px 0;
  }

  .ache-types-text {
    margin: 0 auto 20px;
  }

  .ache-types-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .type-title {
    font-size: 18px;
  }
}








.cees-cta {
  width: 100%;
  background: #6aa51d;
}

.cees-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
}

.cees-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cees-cta-content {
  background: #6aa51d;
  color: #ffffff;
  padding: 60px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cees-cta-small {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 20px;
}

.cees-cta-title {
  font-size: 44px;
  margin-bottom: 30px;
}

.cees-cta-link {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cees-cta-link span {
  transition: transform 0.3s ease;
}

.cees-cta-link:hover span {
  transform: translateX(6px);
}

/* Mobile */
@media (max-width: 768px) {
  .cees-cta-inner {
    grid-template-columns: 1fr;
  }

  .cees-cta-content {
    padding: 50px 30px;
  }

  .cees-cta-title {
    font-size: 32px;
  }
}






.cees-newsroom {
  padding: 40px 0;
  background: #ffffff;
}

.cees-newsroom .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.newsroom-title {
  font-size: 42px;
  font-weight: 600;
  color: #6aa51d;
  margin-bottom: 50px;
}

.newsroom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.news-card a {
  text-decoration: none;
  color: inherit;
}

.news-image {
  position: relative;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 52px;
  background: #6aa51d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
}

.news-category {
  display: block;
  margin: 18px 0 10px;
  font-size: 13px;
  color: #727271;
}

.news-heading {
  font-size: 15px;
  line-height: 1.5;
  color: #727271;
}

/* Hover */
.news-card:hover .news-image img {
  transform: scale(1.05);
}

.news-image img {
  transition: transform 0.5s ease;
}

/* Mobile */
@media (max-width: 768px) {
  .cees-newsroom {
    padding: 40px 0;
    background: #ffffff;
  }

  .newsroom-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .newsroom-title {
    font-size: 32px;
  }
}






.cees-tabs {
  padding: 0 0 0px 0;
  background: #ffffff;
}

.cees-tabs .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.cees-tab-links {
  display: flex;
  gap: 14px;
  margin-bottom: 35px;
  justify-content: center;
}

.cees-tab {
  padding: 12px 26px;
  font-size: 14px;
  text-decoration: none;
  color: #777;
  background: #e5e5e5;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.gphe .cees-tab {
  flex: auto;
}

.cees-tab:hover {
  color: #6aa51d;
  border: 1px solid #6aa51d;
  background: #f4f8f2;
}

.cees-tab.active {
  border: 1px solid #6aa51d;
  background: #6aa51d;
  color: #ffffff;
}

.cees-tab-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  max-width: 1100px;
  text-align: justify;
}

/* Mobile */
@media (max-width: 768px) {

  .cees-tabs .container {
    padding: 0 20px;
  }
  .cees-tab-links {
    flex-wrap: wrap;
  }

  .cees-tab {
    padding: 10px 18px;
    font-size: 13px;
  }
}



@media (max-width: 420px) {

  .cees-tab-links {
    display: flex;
    gap: 14px;
    margin-bottom: 35px;
    flex-direction: row;
    text-align: center;
    flex-wrap: nowrap;
  }

  .gphe {
    flex-direction: column !important;
  }

}




.heat-recovery {
  padding: 80px 0 0 0;
  background: #ffffff;
}

.heat-recovery .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.heat-recovery-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 80px;
}

.heat-recovery-note {
  max-width: 1100px;
  margin: 40px auto 70px;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

.heat-recovery-row img {
  width: 100%;
  height: auto;
  display: block;
}

.section-title.center {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #6aa51d;
  margin-bottom: 35px;
  letter-spacing: 0.4px;
}

.heat-recovery-image {
  max-width: 720px;
  margin: 0 auto 80px;
}

.heat-recovery-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .heat-recovery {
    padding: 0px 0;
  }

  .heat-recovery-row {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }

  .heat-recovery-note {
    margin: 40px auto;
  }

  .heat-recovery-image {
    margin: 0 auto 60px;
  }

  .section-title.center {
    font-size: 18px;
    margin-bottom: 25px;
  }
}







.process-benefits {
  padding: 80px 0;
  background: #ffffff;
}

.process-benefits .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.process-header {
  background: #6aa51d;
  padding: 14px 20px;
  margin-bottom: 30px;
}

.process-header h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.process-table {
  border: 1px solid #e2e2e2;
}

.process-row {
  display: grid;
  grid-template-columns: 180px 260px 1fr;
  border-bottom: 1px solid #e2e2e2;
}

.process-row:last-child {
  border-bottom: none;
}

.process-col {
  padding: 20px;
  font-size: 14px;
  color: #555;
}

.process-col.label {
  background: #f7f7f7;
  font-weight: 600;
  color: #444;
}

.process-col.image img {
  width: 100%;
  height: auto;
  display: block;
}

.process-col.text p {
  margin: 0;
  line-height: 1.7;
}

/* Mobile */
@media (max-width: 768px) {
  .process-row {
    grid-template-columns: 1fr;
  }

  .process-col.label {
    background: #efefef;
  }

  .process-col.image {
    text-align: center;
  }
}





.caph-dewpoint {
  padding: 0px 0 40px 0;
  background: #ffffff;
}

.caph-dewpoint .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Table Image */
.caph-table-image {
  max-width: 720px;
  margin: 0 auto 80px;
}

.caph-table-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Dew Point Heading */
.dewpoint-title {
  max-width: 800px;
  text-align: center;
  font-size: 18px;
  color: #6aa51d; /* CEES green */
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0 auto 18px auto;
}

/* Dew Point Text */
.dewpoint-description {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
  color: #727271;
  text-align: justify;
}

/* Mobile */
@media (max-width: 768px) {
  .caph-dewpoint {
    padding: 60px 0;
  }

  .dewpoint-title {
    font-size: 16px;
  }

  .dewpoint-description {
    font-size: 13px;
  }
}






.aph-corrosion {
  padding: 80px 0;
  background: #fff;
}

.aph-corrosion .container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

/* 2x2 Grid */
.aph-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*border: 1px solid #dcdcdc;*/
  margin-bottom: 20px;
}

.aph-grid-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 25px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

/* remove extra borders */
.aph-grid-item:nth-child(2n) {
  border-right: none;
}

.aph-grid-item:nth-last-child(-n + 2) {
  border-bottom: none;
}

.aph-grid-item img {
  width: 340px;
  flex-shrink: 0;
}

.aph-grid-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  text-align: left;
}

/* Text Section */
.aph-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #6aa51d;
  margin-bottom: 20px;
}

.aph-text {
  max-width: 1000px;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

.text-center{
  text-align: center;
}

.aph-grid-bottom-text {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  text-align: center;
}

/*.aph-reaction {
  max-width: 1000px;
  margin: 12px auto;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}*/

.aph-reaction {
  max-width: fit-content;   /* same as text width */
  width: fit-content;
  margin: 14px auto;   /* center, not full width */
  padding: 10px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
}

.aph-reaction.red {
  background: #d60000;
}

.aph-reaction.green {
  background: #6aa51d;
}



.aph-note {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .aph-grid {
    grid-template-columns: 1fr;
  }

  .aph-grid-item {
    flex-direction: column;
    text-align: center;
  }

  .aph-grid-item img {
    width: 100%;
    max-width: 260px;
  }
}









.cees-clientele {
  padding: 0 0 80px 0;
  background: #ffffff;
  text-align: center;
}

.cees-clientele .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cees-clientele-title {
  font-size: 22px;
  font-weight: 600;
  color: #6aa51d;
  margin-bottom: 80px;
  letter-spacing: 0.4px;
}

.cees-clientele-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.cees-clientele-logos img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

.cees-clientele-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #6aa51d;
  margin-bottom: 12px;
}

.cees-clientele-note {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .cees-clientele {
    padding: 60px 0;
  }

  .cees-clientele-logos {
    gap: 40px;
  }

  .cees-clientele-logos img {
    max-height: 60px;
  }
}






.iffco-advantage {
  padding: 0;
  background: #ffffff;
}

.iffco-advantage .container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

/* PART 1 */
.iffco-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 40px;
}

.iffco-image img {
  width: 100%;
  height: auto;
  display: block;
}

.iffco-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.iffco-text ul {
  padding-left: 18px;
  color: #6aa51d;
}

.iffco-text li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* PART 2 */
.iffco-result {
  text-align: center;
}

.iffco-title {
  font-size: 20px;
  font-weight: 600;
  color: #6aa51d;
  margin-bottom: 15px;
}

.iffco-subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
  line-height: 1.6;
}

.iffco-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.iffco-metric {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}


.iffco-layout-secondary {
  margin-top: 40px;
}


/* Mobile */
@media (max-width: 768px) {
  .iffco-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .iffco-metrics {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .iffco-title {
    font-size: 18px;
  }
}







.gphe-range {
  padding: 30px 0;
  background: #fff;
}

.gphe-image {
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 0;
}

.gphe-image img {
  width: 100%;
  height: auto;
  display: block;
}

.gphe-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.gphe-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #727271;
  margin-bottom: 14px;
}

.gphe-image img,
.gphe-content p {
  will-change: transform, opacity;
}


/* Mobile */
@media (max-width: 768px) {
  .gphe-image,
  .gphe-content {
    padding: 0 20px;
  }

  .gphe-content p {
    font-size: 14px;
  }
}







.gphe-four-block {
  padding: 40px;
  background: #fff;
}

/* TOP */
.gphe-top {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 0 auto 60px auto;
}

.gphe-block h3 {
  color: #6cab1f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.gphe-block h4 {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  color: #6cab1f;
  margin-bottom: 20px;
}

.gphe-img img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.gphe-block p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #4a4a4a;
}

/* BOTTOM */
.gphe-bottom {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-top: 40px;
}

.gphe-list-block h3 {
  color: #6cab1f;
  font-size: 16px;
  margin-bottom: 14px;
}

.gphe-list-block ul {
  list-style: none;
  padding: 0;
}

.gphe-list-block li {
  font-size: 14px;
  color: #555;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* MOBILE */
@media (max-width: 768px) {
  .gphe-four-block {
    padding: 50px 20px;
  }

  .gphe-top,
  .gphe-bottom {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gphe-block h3 {
    font-size: 16px;
  }

  .gphe-block h4 {
    font-size: 14px;
  }

  .gphe-block p,
  .gphe-list-block li {
    font-size: 14px;
  }
}



.gphe-four-block {
  position: relative;
  padding: 70px 40px;
  background: #fff;
}

/* ===== TOP HORIZONTAL LINE ===== */
.gphe-four-block::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #e5e5e5;
  width: 1100px;
  margin: 0 auto;
}

/* ===== TOP ROW ===== */
.gphe-top {
  position: relative;
  padding-bottom: 50px;
}

/* Horizontal divider between top & bottom */
.gphe-top::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 1px;
  background: #e5e5e5;
}

/* Vertical divider (top row) */
.gphe-top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #e5e5e5;
  transform: translateX(-50%);
}

/* ===== BOTTOM ROW ===== */
.gphe-bottom {
  position: relative;
  padding-top: 40px;
}

/* Vertical divider (bottom row) */
.gphe-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #e5e5e5;
  transform: translateX(-50%);
}

/* ===== MOBILE: REMOVE VERTICAL LINES ===== */
@media (max-width: 768px) {
  .gphe-four-block::before {
    left: 20px;
    right: 20px;
  }

  .gphe-top::before,
  .gphe-bottom::before {
    display: none;
  }

  .gphe-top {
    padding-bottom: 20px;
  }

  .gphe-bottom {
    padding-top: 20px;
  }

}







.gphe-cross {
  padding: 40px 40px;
  background: #fff;
}

.gphe-cross-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Title */
.gphe-title {
  color: #6cab1f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* Grid */
.gphe-cross-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
}

.gphe-cross-item {
  text-align: center;
}

.gphe-cross-item img {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 14px;
  display: block;
}

.gphe-cross-item p {
  font-size: 14px;
  color: #222;
  line-height: 1.4;
}

/* Last item centered */
.gphe-cross-item.wide {
  grid-column: 1 / -1;
}

/* MOBILE */
@media (max-width: 768px) {
  .gphe-cross {
    padding: 50px 20px;
  }

  .gphe-cross-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gphe-title {
    font-size: 18px;
  }
}







.gphe-moc {
  position: relative;
  padding: 70px 40px;
  background: #fff;
}

.gphe-moc-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 60px;
  align-items: flex-start;
}


.gphe-moc-inner::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #e5e5e5;
  width: 1100px;
  margin: 0 auto;
}

/* Columns */
.gphe-moc-col h3 {
  color: #6cab1f;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.gphe-moc-col ul {
  list-style: none;
  padding: 0;
}

.gphe-moc-col li {
  font-size: 14px;
  color: #555;
  padding: 6px 0;
}

/* Right column italic */
.gphe-moc-col.italic li {
  font-style: italic;
  color: #777;
}


.gphe-moc-inner {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 60px;
  align-items: stretch; /* IMPORTANT */
}

.gphe-moc-divider {
  width: 1px;
  background: #e5e5e5;
}


/* Divider */
.gphe-moc-divider {
  width: 1px;
  background: #e5e5e5;
  align-self: stretch;
}



/* MOBILE */
@media (max-width: 768px) {
  .gphe-moc {
    padding: 50px 20px;
  }

  .gphe-moc-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }

  .gphe-moc-divider {
    display: none;
  }
}







.gphe-flow {
  padding: 40px 0 70px 0;
  background: #fff;
}

.gphe-flow-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* IMAGE */
.gphe-flow-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* TEXT */
.gphe-flow-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
}

/* MOBILE */
@media (max-width: 768px) {
  .gphe-flow {
    padding: 20px;
  }

  .gphe-flow-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gphe-flow-text p {
    font-size: 14px;
  }
}







