.not-sure-section {
    padding: 6rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, var(--warm-cream) 0%, var(--soft-peach) 100%);
}

.not-sure-section .container {
    grid-template-columns: 1fr;
    margin-inline: auto;
    gap: 0;
}

.not-sure-section .section-header {
    max-width: 800px;
    margin: 0 auto;
}

.not-sure-section .section-title {
    color: var(--text-dark);
    margin-bottom: var(--spacing-md);
}

.not-sure-section p {
    font-size: 1.1rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 100%;
}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {
    .not-sure-section {
        padding: 4rem 2rem;
    }

    .not-sure-section p {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .not-sure-section {
        padding: 3rem 1.5rem;
    }
}
