/*Section 1 CSS*/

.main-title {
  position: relative;
  font-size: 49px;
  line-height: 56px;
  text-transform: uppercase;
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  width: 632px;
  height: auto;
  color: #fff;
  margin: 0;
}
.page-sub-title {
  position: relative;
  font-size: 64px;
  width: 517px;
  height: 72px;
  padding-top: 20px;
  overflow: visible;
  font-family: "Brownhill Script";
  background-color: #fafafa;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  max-width: 500px;
}
.title-copy p {
  position: relative;
  font-size: 16px !important;
  line-height: 24px;
  font-family: Roboto;
  color: #fafafa;
  text-align: left;
}
.contact-us {
  width: 103.9px;
  position: relative;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 20px;
  flex-shrink: 0;
}
.link {
  position: relative;
  border-radius: 4px;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  box-sizing: border-box;
  text-align: left;
  font-size: 20px;
  color: #457c9d;
  font-family: Roboto;
}

.backgroundborder {
  position: absolute;
  width: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
  border-radius: 4px;
  background-color: #457c9d;
  border: 2px solid #457c9d;
  box-sizing: border-box;
  height: 56px;
}

.title-copy-frame {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.left-side-content-frame {
  width: 310px;
}
img.left-side-img {
  display: none;
  position: relative;
  top: -200px;
  left: 0px;
}
.right-side-logo {
  position: relative;
  left: 0px;
  width: 250px;
  height: auto;
}
.copy-button-frame {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
  font-size: 16px !important;
  color: #fafafa;
  font-family: Roboto;
}
.cps-landing-text-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  max-width: 1360px;
}
.page-title-landing-section {
  width: 100vw;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 40px;
  box-sizing: border-box;

  /* Layered background: gradient first, then image */
  background-image: linear-gradient(
      to right,
      rgba(35, 31, 32, 1) 0%,
      rgba(35, 31, 32, 0) 100%
    ),
    url("/wp-content/uploads/2025/05/CPS-Hero-Image-scaled.jpg");

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  min-height: 650px;
  text-align: left;
  font-size: 49px;
  color: #fff;
  font-family: Roboto;
}

/*Section 2 CSS*/
.cad-section-title {
  position: relative;
  line-height: 44px;
}
.card-copy p {
  align-self: stretch;
  position: relative;
  font-size: 16px !important;
  letter-spacing: 0.01em;
  line-height: 24px;
  font-family: Roboto;
  color: #63656a;
}
.card-title-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.clip-path-group {
  width: 60px;
  position: relative;
  height: 58px;
}
.card-icon-frame {
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon-card-title {
  position: relative;
  line-height: 31px;
  display: inline-block;
}
.icon-card-copy {
  position: relative;
  font-size: 16px !important;
  letter-spacing: 0.01em;
  line-height: 24px;
  font-family: Roboto;
  color: #4f5155;
  display: inline-block;
  min-height: 72px;
  flex-shrink: 0;
}
.icon-card {
  align-self: stretch;
  flex: 1;
  border-radius: 4px;
  background-color: rgba(70, 124, 157, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  gap: 12px;
}
.layer-1-icon {
  width: 60px;
  position: relative;
  height: 49px;
  overflow: hidden;
  object-fit: cover;
  flex-shrink: 0;
}
.card-icon-frame1 {
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon-card-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}
.card-row {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.card-card-cont {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  font-size: 28px;
  font-family: "Source Sans Pro";
}
.card-content-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1360px;
}
.card-content-section {
  width: 100vw;
  position: relative;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 40px;
  box-sizing: border-box;
  text-align: left;
  font-size: 42px;
  color: #231f20;
  font-family: "Roboto Condensed";
}

/*Section 3 CSS*/
.cps-s3-img-icon {
  align-self: stretch;
  flex: 1;
  border-radius: 4px;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.csr-section-title {
  position: relative;
  line-height: 44px;
}
.cps-s3-title-frame {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cps-s3-icon {
  width: 60px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.cps-s3-bp-title {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.our-deep-manufacturer-relation {
  margin: 0;
}
.cps-s3-bp-text {
  align-self: stretch;
  position: relative;
  font-size: 16px !important;
  line-height: 150%;
  color: #a2a3a6;
}
.cps-s3-bp {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.cps-s3-icon-bp {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.cps-s3-bp-cont {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  font-size: 16px !important;
  font-family: Roboto;
}
.cps-s3-conent {
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
}
.cps-s3-cont {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  max-width: 1360px;
}
.cps-s-3 {
  width: 100vw;
  position: relative;
  background-color: #231f20;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  box-sizing: border-box;
  text-align: left;
  font-size: 32px;
  color: #fafafa;
  font-family: "Roboto Condensed";
}

/*Section 4 CSS*/
.cps-s4-title {
  position: relative;
  font-size: 32px;
  line-height: 44px;
  font-family: "Roboto Condensed";
  color: #21272a;
}
.cps-s4-copy p {
  font-size: 16px !important;
  color: #63656a;
  align-self: stretch;
  position: relative;
  line-height: 140%;
}
.broad-view-of {
  margin-bottom: 0px;
}
.broad-view-of-all-platform-pro {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  padding-left: 24px;
}
.cps-s4-copy1 {
  align-self: stretch;
  position: relative;
  line-height: 170%;
}
.cps-s4-title-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.cps-s4-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 32px 0px;
}
.cps-s4-image-icon {
  align-self: stretch;
  flex: 1;
  border-radius: 4px;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.cps-s4-cont {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  max-width: 1360px;
}

/* Target the second list specifically */
/* Remove bullet styling from the list */
.cps-s4-copy1 ol.sub-bullets {
  list-style: none !important;
  padding-left: 3em !important;
  padding-top: 5px;
  margin-left: 0 !important;
}

/* Remove any ::marker bullets */
.cps-s4-copy1 ol.sub-bullets li::marker {
  content: "" !important;
  display: none !important;
}

/* Reset WPBakery list styling overrides */
.cps-s4-copy1 ol.sub-bullets li {
  list-style: none !important;
  text-indent: 0 !important;
  padding-left: 1.2em !important;
  position: relative;
}

.cps-s4-copy1 ol.sub-bullets li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #457c9d;
  font-weight: bold;
}

.cps-s4 {
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px !important;
  color: #63656a;
  font-family: Roboto;
}

.pod-container {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 60px 0 !important;
}

/* Inner container that holds the iframes side by side */
.pod-frame {
  display: flex;
  gap: 20px;
  max-width: 900px; /* Limit total width of inner container */
  margin: 0 auto; /* Center inner container */
  justify-content: center;
}

.pod-frame iframe {
  width: 430px; /* Fixed width for each player */
  height: 150px;
}

/*Section 6 CSS*/
.the-cps-team {
  position: relative;
  line-height: 44px;
  font-family: "Roboto Condensed";
}
.our-people- {
  position: relative;
  font-size: 24px;
  line-height: 29px;
  color: #fafafa !important;
}
.explanation-of-the p {
  align-self: stretch;
  position: relative;
  font-size: 16px !important;
  line-height: 24px;
  color: #fafafa;
}
.cps-meet-our-leadership {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 300px;
  gap: 24px;
}
.cps-leadership-copy {
  width: 100%;
  position: relative;
  flex-direction: column;
  display: flex;
  gap: 12px;
}

.cps-leadership-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 4px;
}
.profilepicture-icon {
  width: 105px;
  position: relative;
  height: 105px;
  object-fit: cover;
}
.profile-image-frame {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-name {
  position: relative;
  letter-spacing: 0.01em;
  line-height: 28px;
}
.senior-vice-postion {
  position: relative;
  line-height: 24px;
  display: inline-block;
}
.corporate-sector {
  position: relative;
  line-height: 24px;
  color: #457c9d;
  display: inline-block;
}
.contact-titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px !important;
  color: #231f20;
  font-family: Roboto;
}
.name-pos-comp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.icon-phone,
.icon-email,
.icon-bio {
  width: 18px !important;
  height: 18px !important;
}
.contact-icon-frame {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #c8d8e2;
}
.telephone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.fnamelastname {
  margin: 0;
  width: 202px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.email {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.icon-arrow-right {
  width: 24px;
  position: relative;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.link-to-bio-page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.bio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: #457c9d;
}
.contact-info {
  align-self: stretch;
  height: 100%;
  max-height: 136px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  text-align: left;
  font-size: 16px !important;
  color: #202020;
  font-family: Roboto;
}
.contact-card {
  width: unset !important;
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  background: linear-gradient(
      rgba(70, 124, 157, 0.05),
      rgba(70, 124, 157, 0.05)
    ),
    #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  box-sizing: border-box;
  gap: 8px;
  min-width: 288px;
  max-width: 322px !important;
  height: 100%;
  max-height: 437px;
}
.cps-leaders {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  gap: 87px;
  max-width: 1360px;
  text-align: center;
  font-size: 22px;
  color: #457c9d;
  font-family: "Roboto Condensed";
}
.cps-leadership-frame {
  width: 100%;
  max-width: 1360px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px;
}
.cps-leadership-section {
  width: 100vw;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  box-sizing: border-box;
  gap: 80px;
  text-align: left;
  font-size: 42px;
  color: #fafafa;
  font-family: Roboto;
  background: #231f20;
}

/*Section 7 CSS*/
.cps-article-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 40px;
  justify-content: center;
  max-width: 100%;
}
.art-card-frame {
  max-width: 1360px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Space between cards */
  justify-content: space-between;
}
.art-sect-title-cont {
  width: 100%;
  max-width: 1360px;
}
.art-sect-title {
  text-align: left;
  font-family: roboto condensed;
  font-size: 42px;
  line-height: 48px;
  color: #231f20;
  font-weight: bold;
  margin: 0;
}
.cps-art-img-link {
  width: 100%;
  height: 240px; /* Fixed height for image container */
  overflow: hidden;
  display: flex;
  align-items: center; /* Center the image vertically */
}
.article-container-frame {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 1360px;
}
.cps-article-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container */
  transition: transform 0.3s ease; /* Smooth zoom transition */
}
.cps-article-image:hover {
  transform: scale(1.1); /* Zoom effect on hover */
}

.cps-button-copy {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 25px;
}
.cps-article-button {
  width: 200px;
  position: relative;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #467c9d;
  height: 57px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #fafafa;
  font-family: "Source Sans Pro";
}
.cps-article-button:hover {
  background-color: #346a8b;
}

.cps-button-copy:focus .cps-article-button,
.cps-button-copy:active .cps-article-button,
.cps-article-button:focus,
.cps-article-button:active {
  background-color: #346a8b !important;
  border: 2px solid orangered;
}

.date-info {
  flex: 1;
  position: relative;
  line-height: 24px;
}
.date-frame {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.article-insights {
  position: relative;
  line-height: 24px;
  color: #fafafa;
}
.tech-and-the {
  align-self: stretch;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  font-family: "Source Sans Pro";
  color: #fafafa;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.insights-title-frame {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 70px;
}
.cps-article-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.cps-article-link-frame {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: 22px;
}
.article-info {
  align-self: stretch;
  overflow: hidden;
  background-color: #231f20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 16px;
  gap: 5px;
}

.cps-article-frame {
  flex: 1;
  max-width: 400px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 16px !important;
  color: #fff;
  font-family: Roboto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  margin-bottom: 20px; /* Space at the bottom of the cards */
}
.cps-article-link-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cps-art-row {
  width: 80vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*Section 8 CSS*/
.contact-us-call {
  position: relative;
  line-height: 44px;
}
.contact-us-call-out-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 0px;
}
.button-text {
  position: relative;
  letter-spacing: 0.5px;
  line-height: 100%;
  font-weight: 500;
}
.text-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
}
.button {
  border-radius: 4px;
  background-color: #457c9d;
  border: 2px solid #457c9d;
  box-sizing: border-box;
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.buttons-group {
  width: 443px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
  color: #fafafa;
  font-family: Roboto;
}
.frame-parent {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0px;
  box-sizing: border-box;
  gap: 0px;
  max-width: 1360px;
}
.contact-call-out {
  width: 100vw;
  position: relative;
  background-color: #231f20;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  box-sizing: border-box;
  text-align: left;
  font-size: 32px;
  color: #fafafa;
  font-family: "Roboto Condensed";
}

/* Responsive Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .cad-section-title {
    position: relative;
    line-height: 44px;
  }
  .card-copy p {
    align-self: stretch;
    position: relative;
    font-size: 16px !important;
    letter-spacing: 0.01em;
    line-height: 24px;
    font-family: Roboto;
    color: #63656a;
  }
  .card-title-copy {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
  }
  .clip-path-group {
    width: 60px;
    position: relative;
    height: 58px;
  }
  .card-icon-frame {
    height: 60px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .icon-card-title {
    position: relative;
    line-height: 31px;
    display: inline-block;
  }
  .icon-card-copy {
    align-self: stretch;
    position: relative;
    font-size: 16px !important;
    letter-spacing: 0.01em;
    line-height: 24px;
    font-family: Roboto;
    color: #4f5155;
    display: inline-block;
    min-height: 72px;
  }
  .icon-card {
    border-radius: 4px;
    background-color: rgba(70, 124, 157, 0.1);
    max-width: 432px;
    min-width: 295px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 16px;
    gap: 12px;
  }
  .layer-1-icon {
    width: 60px;
    position: relative;
    height: 49px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .card-icon-frame1 {
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .layer-1-icon1 {
    width: 60px;
    position: relative;
    max-height: 100%;
    overflow: hidden;
    object-fit: cover;
  }
  .card-row {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 16px;
  }
  .icon-card-parent {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .card-card-cont {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    font-size: 28px;
    font-family: "Source Sans Pro";
  }
  .card-content-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    max-width: 1360px;
  }
  .card-content-section {
    width: 100%;
    position: relative;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 40px;
    box-sizing: border-box;
    text-align: left;
    font-size: 42px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }

  .cps-leaders {
    gap: unset;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .cps-leadership-frame {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .main-title {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
  }
  .title-copy-frame {
    width: 100%;
  }
  .title-container {
    width: 100%;
  }
  .page-sub-title {
    position: relative;
    font-size: 48px;
    line-height: 56px;
    height: fit-content;
    width: 100%;
    padding-bottom: 20px;
  }

  .cad-section-title {
    position: relative;
    line-height: 44px;
  }
  .card-copy p {
    align-self: stretch;
    position: relative;
    font-size: 16px !important;
    letter-spacing: 0.01em;
    line-height: 24px;
    font-family: Roboto;
    color: #63656a;
  }
  .card-title-copy {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
  }
  .clip-path-group {
    width: 60px;
    position: relative;
    height: 58px;
  }
  .card-icon-frame {
    height: 60px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .icon-card-title {
    position: relative;
    line-height: 31px;
    display: inline-block;
  }
  .icon-card-copy {
    align-self: stretch;
    position: relative;
    font-size: 16px !important;
    letter-spacing: 0.01em;
    line-height: 24px;
    font-family: Roboto;
    color: #4f5155;
    display: inline-block;
    min-height: 72px;
  }
  .icon-card {
    border-radius: 4px;
    background-color: rgba(70, 124, 157, 0.1);
    max-width: 432px;
    min-width: 265px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 16px;
    gap: 12px;
  }
  .layer-1-icon {
    width: 60px;
    position: relative;
    height: 49px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .card-icon-frame1 {
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .layer-1-icon1 {
    width: 60px;
    position: relative;
    max-height: 100%;
    overflow: hidden;
    object-fit: cover;
  }
  .card-row {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 16px;
  }
  .icon-card-parent {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .card-card-cont {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    font-size: 28px;
    font-family: "Source Sans Pro";
  }
  .card-content-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    max-width: 1360px;
  }
  .card-content-section {
    width: 100%;
    position: relative;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 40px;
    box-sizing: border-box;
    text-align: left;
    font-size: 42px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }

  .cps-s3-cont,
  .cps-s4-cont,
  .art-card-frame {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .article-cards-container,
  .cps-leaders {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }
  .cps-leadership-frame {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 32px;
  }
  .cps-meet-our-leadership {
    min-width: unset;
    width: 100%;
  }
}

/* Responsive for padding */
@media (max-width: 600px) {
  .cps-leadership-section,
  .card-content-section,
  .cps-s-3,
  .cps-s4,
  .contact-call-out,
  .article-cards-container,
  .cps-article-cards-container,
  .page-title-landing-section {
    padding: 32px 16px !important;
  }

  .cps-article-frame {
    width: 100%;
  }

  .frame-parent {
    flex-direction: column;
    align-items: center;
  }
  .buttons-group {
    justify-content: center;
  }
  .cps-landing-text-container {
    width: 100%;
    display: block !important;
  }
}