.detail-item {
    height: 4rem;
    width: 90%;
    border-radius: 1.25rem;
    background-color: var(--primary-color);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
}

.content-item h3 {
    padding-left: 2.5rem;
    width: 100%;
}

.content {
    display: none;
    width: 100%;
    padding-left: 4em;
}

.question h3 {
    color: var(--primary-color);
    font-family: SVN-Gilroy-Medium;
}

.question h5 {
    font-size: clamp(1rem, 3vw, 1.25rem);
    padding-top: 1rem;
}
.btn-circle {
    transform: translateY(0.7vw);
}
