body.front-body > div[style*="max-width: 960px"] {
    max-width: var(--sg-container) !important;
    margin: 0 auto !important;
    padding: 80px 20px 105px !important;
    font-family: Inter,Arial,sans-serif !important;
}

body.front-body > div[style*="max-width: 960px"] > article {
    padding: 48px !important;
    border: 1px solid var(--sg-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.front-body > div[style*="max-width: 960px"] article > header {
    margin-bottom: 32px !important;
    padding-bottom: 25px !important;
    border-color: var(--sg-line) !important;
}

body.front-body > div[style*="max-width: 960px"] article > header > span {
    color: #fff !important;
    border-radius: 0 !important;
    background: var(--sg-orange) !important;
}

body.front-body > div[style*="max-width: 960px"] article h1 {
    color: var(--sg-ink) !important;
    font-family: Georgia,serif !important;
    font-size: clamp(38px,5vw,58px) !important;
    font-weight: 400 !important;
}

body.front-body > div[style*="max-width: 960px"] article > div {
    color: #666 !important;
    font-family: Inter,Arial,sans-serif !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
}

body.front-body > div[style*="max-width: 960px"] > section {
    margin-top: 45px !important;
}

body.front-body > div[style*="max-width: 960px"] > section h2 {
    color: var(--sg-ink) !important;
    font-family: Georgia,serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
}

body.front-body > div[style*="max-width: 960px"] > section a {
    border-color: var(--sg-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.front-body > div[style*="max-width: 960px"] > section a:hover {
    color: var(--sg-orange) !important;
    border-color: var(--sg-orange) !important;
}

@media (max-width: 640px) {
    body.front-body > div[style*="max-width: 960px"] {
        padding: 55px 14px 70px !important;
    }

    body.front-body > div[style*="max-width: 960px"] > article {
        padding: 28px 20px !important;
    }
}
