h1 {
  @apply text-2.5xl font-medium text-gray-700;
}

h2 {
  @apply text-2xl font-medium text-gray-700;
}

h3 {
  @apply text-md font-semibold text-gray-700;
}

.tw-container {
  @apply relative max-w-7xl w-full mx-auto;
}

.tw-container-white {
  @apply relative p-7 rounded-lg border border-light bg-white shadow overflow-hidden;
}

/*# sourceMappingURL=tailwind.css.map */