.section-content {
    margin-top: 60px;
    text-wrap: initial;
}

h1 {
    text-align: center;
    margin-bottom: 40px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.section-content > div {
    margin-bottom: 30px;
}

.section-content > div h2 {
    margin-bottom: 20px;
}

.section-content > div h3 {
    margin-top: 15px;
}

.section-content a {
    display: inline;
    font-size: unset;
}

.section-content a:hover {
    color: var(--blue);
}

.section-content ul {
    padding-left: 15px;
    list-style-type: disc;
}

p {
    margin-top: 10px;
}

li p {
    margin: 0;
}


    /* Pad Version */
    @media screen and (min-width: 768px) {
        .section-content {
            margin-top: 75px;
        }

        h1 {
            margin-bottom: 60px;
        }

        .section-content > div {
            margin-bottom: 40px;
        }
    }


        /* Desktop Version */
        @media screen and (min-width: 992px) {
            .section-content {
                margin-top: 90px;
            }

            h1 {
                margin-bottom: 80px;
            }

            .section-content > div {
                margin-bottom: 50px;
            }
        }