.hx-text-center {
  text-align: center;
}

/* Hero Section */
.hero {
  width: 100%;
  margin-bottom: 10rem;
}

/* home */

.font-bold {
    font-weight: 700;
}

.text-2xl {
    font-size: 1.5rem;
}

.p-6 {
    padding: 1.5rem;
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border {
    border-width: 1px;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

