#schemes-main {
    div {
        width: 100%;
        margin: 0 auto;
        margin-top: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        font-weight: 400;
    }

    .section-heading {
        font-size: 40px;
        margin-bottom: 1rem;
        letter-spacing: 4px;
        opacity: 0;
        animation: fadeUp 0.8s 0.2s cubic-bezier(.11, .92, .54, .97) forwards;
    }

    p:nth-of-type(2) {
        width: 70%;
        margin: 0 auto;
        font-size: 16px;
        letter-spacing: 1px;
        opacity: 0;
        animation: fadeUp 0.8s 0.5s cubic-bezier(.11, .92, .54, .97) forwards;
    }
}
