.about-us {
    margin-top: 2rem;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.about-us h1{
    text-align: center;
    color: var(--accent);
    border-bottom:4px double;
}
.about-us p a{
    text-decoration: none;
    color: var(--accent);
}
.about-us ul li{
    color: var(--accent);
}