:root {
  --color-dark: #007878!important;
  --color-primary: #F7931E!important;
}
.bg-primary,
.bg-dark {
  color: white;
}
.bg-primary *,
.bg-dark * {
  color: white;
}
.bg-white {
  color: var(--color-dark);
}
.bg-white > * {
  color: var(--color-dark);
}

@media (max-width: 768px) {
  #features {
    --text-4xl: 38px;
  }
  #features h3 {
    line-height: 36px!important;
  }
  #features img.object-cover {
    height: 700px!important;
  }
}
