/* Shared Components */

/* Page Header / Hero Section */
.page-header-section {
    padding: 80px 0;
}

.page-header-container {
    text-align: center;
}

.page-header-title {
    color: white;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    /* Adjustable */
}

.page-header-desc {
    color: var(--color-light-slate);
    max-width: 800px;
    margin: 1rem auto;
}

/* Utilities */
.text-center {
    text-align: center;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

/* Image styles */
.rounded-img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}