
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
    text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}


/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
    cursor: pointer;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-10 {
    margin-top: 2.5rem;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
}
.w-full {
    width: 100%;
}
.max-w-\[1330px\] {
    max-width: 1330px;
}
.max-w-screen-xl {
    width:80%;
    margin-top: 5%;
    border:1px solid rgb(236 72 153);
    border-radius: 1rem;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.gap-4 {
    gap: 1rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.border {
    border-width: 1px;
}
.border-slate-200 {
    border:1px solid rgb(236 72 153);
    border-radius: 0.375rem;
}
.border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-2 {
    padding: 0.5rem;
    flex-basis: 48%;
    flex-grow: 1;
}
.p-24 {
    padding: 6rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    flex-basis: 48%;
    flex-grow: 1;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-24 {
    padding-bottom: 6rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.font-bold {
    font-weight: 700;
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
