.p-16 {
    padding: 16px;
}

.tw-hidden,
.hidden {
    display: none;
}

.text-center {
    text-align: center;
}

.flex {
    display: flex;
}

.justify-start {
    justify-content: flex-start;
}

.items-center {
    align-items: center;
}

.duration-300 {
    transition-duration: 0.3s;
}

.cursor-pointer {
    cursor: pointer;
}

.size-36 {
    width: 36px;
    height: 36px;
}

.ml-auto {
    margin-left: auto;
}

.mr-0 {
    margin-right: 0;
}

.shrink-0 {
    flex-shrink: 0;
}

.pl-32 {
    padding-left: 32px;
}

.pr-24 {
    padding-right: 24px;
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.flex-col {
    flex-direction: column;
}

.gap-20 {
    gap: 20px;
}

.faq-question {
    background: #e2e2e2;
    border-radius: 2px;
}

