:root {
  --section-19-background-color: #072246;
  --footer-link-color: white;
  --footer-txt-color: white;
}
.section-19 {
  justify-content: flex-end;
}
.section-19 a {
  color: var(--footer-link-color);
}
.section-19-content {
  font-size: var(--overall-size);
  width: 100%;
  min-height: 60vh;
  color: var(--footer-txt-color);
  box-sizing: border-box;
  padding: 3rem;
  background-color: var(--section-19-background-color);
  padding-bottom: 5rem;
}
.section-19 .custom-shape-divider-bottom-1718142005 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  margin-bottom: -5px;
}
.section-19 .custom-shape-divider-bottom-1718142005 svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 83px;
}
.section-19 .custom-shape-divider-bottom-1718142005 .shape-fill {
  fill: var(--section-19-background-color);
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-section {
  flex: 1;
  margin: 0 1rem;
}
.footer-section h3 {
  margin-bottom: 1rem;
  font-size: 1.2em;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 0.5rem;
  color: var(--footer-link-color);
}
.contact-button {
  display: block;
  margin-top: 10px;
  background-color: transparent;
  color: var(--footer-link-color);
  cursor: pointer;
  text-transform: capitalize;
  font-size: 1.2em;
}
.contact-button:hover {
  background-color: var(--footer-link-color);
  color: var(--section-19-background-color);
}
.footer-section p {
  margin-top: 1rem;
  color: var(--footer-txt-color);
}
.section-19 div > button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.footer-title {
  text-transform: capitalize;
}
/* ------------------- RESPONSIVE ------------------- */
@media (max-width: 760px) {
  .footer-container {
    flex-direction: column;
  }
  .section-19-content {
    font-size: calc(var(--overall-size) * 2);
  }
}
