.sp-about-page {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sp-about-page *,
.sp-about-page *::before,
.sp-about-page *::after {
    box-sizing: border-box;
}

.sp-about-container {
    width: min(900px, calc(100% - 32px));
    margin: 0 auto;
}

.sp-about-header {
    padding: 50px 0 35px;
}

.sp-about-header h1 {
    margin: 0 0 18px;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
}

.sp-about-lead {
    max-width: 800px;
    margin: 0;
    font-size: 18px;
    line-height: 1.75;
    color: #555;
}

.sp-about-section {
    padding: 35px 0;
    border-bottom: 1px solid #e9edf2;
}

.sp-about-section h2 {
    margin: 0 0 17px;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
}

.sp-about-section p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.75;
}

.sp-about-section p:last-child {
    margin-bottom: 0;
}

.sp-about-section ul {
    margin: 15px 0 0;
    padding-left: 24px;
}

.sp-about-section li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.65;
}

.sp-about-page a {
    color: #d95712;
    text-decoration: none;
}

.sp-about-page a:hover {
    text-decoration: underline;
}

.sp-about-contact {
    border-bottom: 0;
}

.sp-about-disclaimer {
    margin: 10px 0 50px;
    padding: 25px;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    background: #fafafa;
    color: #555;
}

.sp-about-disclaimer h2 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.4;
}

.sp-about-disclaimer p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.7;
}

.sp-about-disclaimer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {

    .sp-about-container {
        width: calc(100% - 24px);
    }

    .sp-about-header {
        padding: 35px 0 25px;
    }

    .sp-about-header h1 {
        font-size: 29px;
    }

    .sp-about-lead {
        font-size: 16px;
    }

    .sp-about-section {
        padding: 28px 0;
    }

    .sp-about-section h2 {
        font-size: 23px;
    }

    .sp-about-section p,
    .sp-about-section li {
        font-size: 15px;
    }

    .sp-about-disclaimer {
        padding: 20px;
        margin-bottom: 35px;
    }
}