.hero-contact-section {
    background-image: url("../assets/images/get-quote.webp");
    background-position: center center;
}
.cunsoltation-main {
    background-image: url("../assets/images/startup.webp");
}
.hero-contact-content {
    max-width: 900px;
}

.site-title h1 {
    font-size: 20px;
    margin: 0;
    color: #222;
    letter-spacing: -0.2px;
    font-weight: 600;
}

.policy-section {
    padding: 28px 0;
    border-bottom: 1px solid #efefef;
}
.policy-section:last-of-type {
    border-bottom: 0;
    padding-bottom: 18px;
}

.policy-section h2 {
    font-size: 18px;
    margin: 0 0 12px 0;
    color: #2d2f44;
    font-weight: 700;
}

.policy-section p {
    margin: 0 0 12px 0;
    color: #2d2f44;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.policy-section ul {
    margin: 8px 0 0 18px;
    color: #2d2f44;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    list-style: disc;
}

.policy-section ul li {
    margin: 10px 0;
}

.contact small {
    display: block;
    color: #444444;
    font-size: 16px;
    white-space: pre-line;
    font-weight: 700;
    line-height: 24px;
}

.last-updated {
    color: #2d2f44;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}

.policy-divider-title {
    font-size: 22px;
    margin: 36px 0 8px 0;
    padding-top: 28px;
    border-top: 1px solid #e0e0e0;
    color: #2d2f44;
    font-weight: 700;
}

.policy-intro {
    margin: 0 0 20px 0;
    color: #2d2f44;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 900px) {
    .container {
        padding: 22px;
        margin: 0 auto;
        max-width: 720px;
    }
    .policy-section h2 {
        font-size: 20px;
    }
}

@media (max-width: 520px) {
    .container {
        max-width: 92%;
        padding: 18px;
    }
    .policy-section h2 {
        font-size: 18px;
    }
    .policy-section p,
    .policy-section ul {
        font-size: 15px;
    }
}

.divider {
    height: 1px;
    background: #efefef;
    margin: 18px 0;
}
