.contactf-section {
    background-color: #111827;
    color: white;
    padding: 4rem 1.5rem;
}

.contactf-container {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.contactf-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #ef4444;
    margin-bottom: 1.5rem;
}

.contactf-content {
    font-size: 1rem;
    line-height: 1.625;
    color: #e5e7eb;
}

.contactf-content p {
    margin-bottom: 1rem;
}

.contactf-content p:last-child {
    margin-bottom: 0;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.contactf-link {
    color: #f87171;
}

.contactf-link:hover {
    text-decoration: underline;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}