:root {
    --color-black: #111923;
    --color-white: #f5f5f5;
}

main {
    font-feature-settings: "palt";
}

h2 {
    margin-bottom: 48px;
    padding: 0 32px;
    box-sizing: border-box;
    text-align: center;
    font-size: 3rem;
    font-variation-settings: "wght" 400;
    letter-spacing: 0.08rem;

    @media (width <=768px) {
        margin-bottom: 40px;
        padding: 0 24px;
        font-size: 2rem;
    }
}

h3 {
    font-variation-settings: "wght" 500;
}

p {
    line-height: 1.7;
}

span {
    display: block;
}

span.wrap {
    display: inline-block;
}

ul {
    list-style: none;
}

a {
    display: block;
    text-decoration: none;
    color: var(--color-white);
}