.section-1 {
    background-color: var(--primary-foreground);
}

.policy-layout {
    align-items: start;
    text-align: left;
    max-width: 72rem;
    gap: .5rem;
}

.policy-title {
    width: 100%;
    text-align: center;
}

.policy-subtitle {
    width: 100%;
    text-align: center;
}

.identify-img-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    margin-bottom: 2rem;
}
