.footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1px;
  letter-spacing: 0px;
  background-color: #fafafa;
  padding: 52px 24px;
  --minContent: 1288;
  --hSizing: FILL;
  --vSizing: HUG;
  --pConstraintHorizontal: STRETCH;
  --pConstraintVertical: MIN;
}

.footer .footer-col-left {
  width: 100%;
  height: 288px;
  max-width: 321px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  flex-shrink: 0;
  color: rgba(13, 46, 73, 0footer 0.6);
  font-size: 16px;
  line-height: 2;
  text-align: left;
  --minContent: 321;
  --hSizing: FIXED;
  --vSizing: FIXED;
  --pConstraintHorizontal: MIN;
  --pConstraintVertical: CENTER;
}

.footer .footer-sehatti-posts {
  width: 173px;
  flex-shrink: 0;
  --minContent: 173;
  --hSizing: FIXED;
  --vSizing: FIXED;
  --pConstraintHorizontal: MIN;
  --pConstraintVertical: MIN;
}

.footer .footer-text-the-gcc-s-first {
  align-self: stretch;
}

.footer .footer-social-media {
  width: 167px;
  height: 22px;
  flex-shrink: 0;
  --minContent: 167;
  --hSizing: FIXED;
  --vSizing: FIXED;
  --pConstraintHorizontal: MIN;
  --pConstraintVertical: MIN;
}

.footer .footer-col-right {
  height: 264px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 54px;
  --minContent: 742;
  --hSizing: HUG;
  --vSizing: FIXED;
  --pConstraintHorizontal: MIN;
  --pConstraintVertical: CENTER;
}

.footer .footer-row {
  display: flex;
  align-items: flex-start;
  gap: 75px;
  color: #0d2e49;
  text-align: left;
  --minContent: 721;
  --hSizing: HUG;
  --vSizing: HUG;
  --pConstraintHorizontal: CENTER;
  --pConstraintVertical: MIN;
}

/* column-c */

.footer .column-c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  --minContent: 128;
  --hSizing: HUG;
  --vSizing: HUG;
  --pConstraintHorizontal: MIN;
  --pConstraintVertical: MIN;
}

.footer .column-text3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1footer 0.111;
  --minContent: 128;
  --hSizing: HUG;
  --vSizing: HUG;
  --pConstraintHorizontal: MIN;
  --pConstraintVertical: MIN;
}

.footer .column-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1footer 0.25;
  --minContent: 128;
  --hSizing: HUG;
  --vSizing: HUG;
  --pConstraintHorizontal: MIN;
  --pConstraintVertical: MIN;
}
/* end column-c*/

.footer .footer-text-copyright-2025-sehatti {
  color: #0c2e4b;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  --minContent: 742;
  --hSizing: HUG;
  --vSizing: HUG;
  --pConstraintHorizontal: CENTER;
  --pConstraintVertical: MIN;
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .footer .footer-col-left {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-text-the-gcc-s-first {
    text-align: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-col-left {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-text-the-gcc-s-first {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-col-left {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-text-the-gcc-s-first {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-col-left {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-text-the-gcc-s-first {
    text-align: center;
  }
  .footer .footer-row {
    gap: 32px;
    flex-wrap: wrap;
  }
  .footer .footer-col-right {
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
 .footer {
    padding-inline: var(--margin-sm);
  }
}
@container body (width < 1287px) {
 .footer {
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }
 .footer > * {
    margin-top: unset !important;
  }
}
.footer .column-text3 {
  align-self: flex-start !important;
}
.footer .column-c {
  width: auto;
}
