.content section h1 {
    margin-bottom: 24px;
}

.content section h2 {
    margin: 40px 0 24px;
}

.content section p {
    margin-bottom: 20px;
}

.content section p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .content section h1 {
        margin-bottom: calc(20 / 375 * 100vw);
    }

    .content section h2 {
        margin: calc(40 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
    }

    .content section p {
        margin-bottom: calc(16 / 375 * 100vw);
    }
}
