.about .btn-get-started {
    color: #000;
}


.about .btn-get-started-outline {
    background-color: transparent;
    color: var(--accent-color);
    border-radius: 30px;
    padding: 8px 30px;
    border: 2px solid var(--accent-color);
    transition: 0.3s all ease-in-out;
    font-size: 14px;
}

.about .btn-get-started-outline:hover {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
    color: #000;
}

.hero-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.fixed-art-image {
    height: 220px;
    object-fit: cover;
}