/* Generell styling for "Om Oss" seksjonen */
#om-oss {
    padding: 60px 20px;
    background-color: #f4f4f4; /* Lys bakgrunn for seksjonen */
    color: #333; /* Mørk tekst for god lesbarhet */
    text-align: center;
}

/* Styling for containeren rundt innholdet */
.about-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Overskrift og beskrivelse */
.about-section h2 {
    font-size: 2.5em;
    color: #1c0638; /* Matching farge for overskrift */
    margin-bottom: 20px;
    font-weight: bold;
}

.about-section h3 {
    font-size: 2em;
    color: #1c0638;
    margin-top: 30px;
}

.about-section p {
    font-size: 1.2em;
    line-height: 1.6;
    color: #555; /* Mørkere tekst for bedre lesbarhet */
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Lenker (email) */
.about-section a {
    color: #1c0638;
    text-decoration: none;
    font-weight: bold;
}

.about-section a:hover {
    text-decoration: underline;
}
