.homepage-hero {
  margin-bottom: 0px;
}

.page-template-page-about .solutions-grid {
  --cards-total: 4;
  --card-height: 500px;
  --expanded-basis: min(50vw, 60%);
  --collapsed-basis: calc(100% / 4);
  display: flex;
  width: 100%;
  height: var(--card-height);
  gap: 0;
  background: #000;
}

.page-template-page-about .solutions-grid .solution-card {
  flex: 0 0 calc(100% / 4);
  transition: flex-basis 0.4s ease;
}

.page-template-page-about .slide-content .cta-buttons {
  display: flex;
  gap: 10px;
}

.page-template-page-about .homepage-hero .slide-content > * {
  max-width: none;
}

.page-template-page-about .homepage-hero .slide-content a {
  padding: 13px 21px;
  font-size: 1.5rem;
}

.page-template-page-about .homepage-hero .slide-content a.first-btn::after {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/chevron-right.svg);
  margin-left: 5px;
}

.page-template-page-about .homepage-hero .slide-content a.first-btn {
  border: 1px solid var(--global-color-blue);
}

.homepage-hero .slide-content a.second-btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid #fff;
}
.page-template-page-about .about-breadcrumbs,
.about-content {
  margin-bottom: 0px;
}

.about-breadcrumbs #breadcrumbs {
  padding-top: 20px;
}

.page-template-page-about .about-breadcrumbs,
.page-template-page-about .about-breadcrumbs *,
.about-content,
.about-content *,
.page-template-page-about .about-content .container {
  background-color: var(--global-color-blue);
  color: #fff;
}

.about-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 4rem;
  line-height: 5rem;
  max-width: 80%;
  margin: auto;
  padding: 2rem 3rem 3rem 3rem;
}

.about-content-inner p {
  margin-bottom: 0px;
}

/* =========================================================
   Group Two Sections
   ========================================================= */

.group-two-sections {
  width: 100%;
  margin-bottom: 0px;
}

/* Two rows, each is 50/50 */
.group-two-sections .g2s-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.group-two-sections .g2s-row > div {
  width: 50%;
  min-width: 0;
}

.sec-3-text {
  padding: clamp(26px, 4vw, 56px);
  max-width: 55%;
}
.sec-3-text h2 {
  color: var(--global-color-blue);
  font-weight: 700;
}
/* Media side */
.group-two-sections .g2s-media {
  position: relative;
  overflow: hidden;
  background: #000;
  min-height: 340px; /* tune */
}

.group-two-sections .g2s-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Panels */
.group-two-sections .g2s-panel {
  display: flex;
}

.group-two-sections .g2s-panel--dark {
  background: #26282f;
  color: #fff;
}

.group-two-sections .g2s-panel--light {
  background: #fff;
  color: #111;
}

.group-two-sections .g2s-inner {
  padding: clamp(26px, 4vw, 56px);
  max-width: 640px; /* keeps text density like the screenshot */
}

/* Titles */
.group-two-sections .g2s-title {
  margin: 0 0 14px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.group-two-sections .g2s-title--white {
  color: #fff;
}

.group-two-sections .g2s-title--blue {
  color: var(--global-color-blue);
}

/* WYSIWYG */
.group-two-sections .g2s-wysiwyg {
  font-size: 1.5rem;
  line-height: 1.65;
}

.group-two-sections .g2s-wysiwyg--white {
  color: rgba(255, 255, 255, 0.88);
}

.group-two-sections .g2s-wysiwyg--dark {
  color: #222;
}

.group-two-sections .g2s-wysiwyg p {
  margin: 0 0 12px;
}
.group-two-sections .g2s-wysiwyg p:last-child {
  margin-bottom: 0;
}

/* Lists like the screenshot */
.group-two-sections .g2s-wysiwyg ul {
  margin: 10px 0 0;
  padding-left: 18px;
}
.group-two-sections .g2s-wysiwyg li {
  margin: 0 0 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .group-two-sections .g2s-row {
    flex-wrap: wrap;
  }
  .group-two-sections .g2s-row > div {
    width: 100%;
  }
  .group-two-sections .g2s-media {
    min-height: 260px;
  }
  .group-two-sections .g2s-inner {
    max-width: none;
  }

  .about-content-inner {
    font-size: 2rem;
    line-height: 1.5;
    max-width: max-content;
    margin: auto;
    padding: 0px 0px 2rem 0px;
  }

  section h3 {
    font-size: 2.5rem;
  }

  .homepage-hero .slide-content h3 {
    margin: 0 0 12px;
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: 0.01em;
    font-size: 4rem !important;
  }

  .homepage-hero .slide-content p {
    font-size: 2rem !important;
    color: #fff;
  }

  .page-template-page-about .slide-content .cta-buttons {
    gap: 0px;
    flex-direction: column;
  }
}
