#sec-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 70svh;
}

#sec-3 .bg-overlay {
    background: linear-gradient(#404040, var(--prim-col) 30%);
}

#sec-3 > :not(.bg-img, .bg-overlay) {
    width: fit-content
}

#sec-3 h2 {
    margin-top: 6rem;
    margin-bottom: 2rem;
    margin-right: 4rem;
    margin-left: 4rem;
}

#sec-3 p {
    margin-right: 4rem;
    margin-left: 4rem;
}

@media(width <= 606px) {
    #sec-3 h2, #sec-3 p {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

#sec-3 .btn-container {
    margin-bottom: 4rem;
}

#sec-3 button {
    width: 11rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
}