.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0px 100px;
  position: relative;
  background-color: #eafafc;
  border-radius: 32px 32px 0px 0px;
}

.c-footer {
  width: 100%;
  background-color: #eafafc;
}

.five-col {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #d8d8d8;
}

.five-col .f-logo {
  display: inline-block;
  width: 180px;
  height: 44px;
  background-image: url("../img/logo/logo_black.svg"); /* adjust path if different */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.five-col .f-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.five-col .f-section .f-row {
  padding: 8px;
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.five-col .f-section .f-row.title {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.five-col .f-section .f-row > a.title {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.two-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
  padding: 40px 0;
  border-top: 1px solid #d8d8d8;
}

.two-col .copyright {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.two-col .f-partner-logos {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.two-col .f-partner-logos .crea-logo {
  display: inline-block;
  width: 31px;
  height: 44px;
  background-image: url("../img/logo/crea.png"); /* adjust path if different */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.two-col .f-partner-logos .gf-logo {
  display: inline-block;
  width: 84px;
  height: 30px;
  background-image: url("../img/logo/gf-logo.png"); /* adjust path if different */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.two-col .f-partner-logos .qs-logo {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url("../img/logo/qs-logo.png"); /* adjust path if different */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
