/* About */
.about-us-header {
    color: #ffc107;
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    text-align: center;
    text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.7);
    margin: 1.25rem 0;
}

.about-us-text {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem auto;
    max-width: 50rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.5rem;
}
