.custom-shape-divider-bottom-1628077353 {
  width: 100%;
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
}

.custom-shape-divider-bottom-1628077353 svg {
  position: relative;
  display: block;
  width: calc(134% + 1.3px);
  height: 79px;
}

.custom-shape-divider-bottom-1628077353 .shape-fill {
  fill: var(--secondary);
}
.waveContent {
  width: 100%;
  height: auto;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  flex-direction: column;
}
.waveContent h3 {
  font-size: 1.5rem;
}
.waveContent .locationContainer i {
  color: white;
  border-color: white;
}
.waveContent .locationContainer {
  max-width: 700px;
}
.waveContent .singleLocationText {
  font-size: 1rem;
}
