.spfront-page {
    padding: 48px 0 90px;
    color: #20242b;
    background: #fff;
}

.spfront-container {
    width: calc(100% - 40px);
    max-width: 1040px;
    margin: 0 auto;
}

.spfront-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: #8a909a;
    font-size: 14px;
}

.spfront-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.spfront-header {
    margin-top: 34px;
    text-align: center;
}

.spfront-eyebrow {
    margin-bottom: 13px;
    color: #13a99c;
    font-size: 14px;
    font-weight: 700;
}

.spfront-header h1 {
    margin: 0;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 760;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.spfront-header h2 {
    margin: 20px 0 0;
    color: #4f5661;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
}

.spfront-header p {
    max-width: 760px;
    margin: 22px auto 0;
    color: #686f79;
    font-size: 16px;
    line-height: 1.8;
}

.spfront-cover {
    margin: 46px 0 0;
}

.spfront-cover img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.spfront-content {
    margin-top: 48px;
    font-size: 16px;
    line-height: 1.9;
}

.spfront-content h2 {
    margin: 1.7em 0 .7em;
    font-size: 30px;
    line-height: 1.35;
}

.spfront-content h3 {
    margin: 1.5em 0 .65em;
    font-size: 23px;
}

.spfront-content p {
    margin: 0 0 1.15em;
}

.spfront-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 28px auto;
    border-radius: 8px;
}

.spfront-content blockquote {
    margin: 24px 0;
    padding: 16px 20px;
    border-left: 3px solid #13c7b7;
    background: #effaf8;
}

@media (max-width: 640px) {
    .spfront-container {
        width: calc(100% - 24px);
    }

    .spfront-page {
        padding-top: 34px;
    }

    .spfront-header h1 {
        font-size: 40px;
    }

    .spfront-content {
        font-size: 15px;
    }
}
