.policy-section {
    background: #fff;
}

.policy-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.policy-subtitle {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.policy-content h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #eb2627;
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 8px;
}

.policy-content h5 {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.policy-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}

.policy-content ul {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding-left: 20px;
    margin-bottom: 12px;
}

.policy-content li {
    margin-bottom: 4px;
}

.policy-content a {
    color: #eb2627;
    text-decoration: none;
}

.policy-content a:hover {
    text-decoration: underline;
}

.policy-acknowledgement {
    margin-top: 32px;
    padding: 16px 18px;
    background: #f9f9f9;
    border-left: 3px solid #eb2627;
    border-radius: 0 4px 4px 0;
    font-style: italic;
    font-size: 13px !important;
    color: #666 !important;
}


/* ── About Us: "What We Offer" grid ───────────────────── */
.about-offer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 20px 0 24px;
}

.about-offer-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 20px;
    transition: border-color .2s, box-shadow .2s;
}

.about-offer-card:hover {
    border-color: #eb2627;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.about-offer-icon {
    font-size: 24px;
    color: #eb2627;
    margin-bottom: 10px;
}

.about-offer-card h5 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.about-offer-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .about-offer-grid {
        grid-template-columns: 1fr;
    }
}

/* ── About Us: tagline ────────────────────────────────── */
.about-tagline {
    text-align: center;
    font-style: normal;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a1a !important;
    background: none;
    border-left: none;
    border-top: 2px solid #eb2627;
    border-bottom: 2px solid #eb2627;
    padding: 16px 0 !important;
}

@media (max-width:767px) {
    .policy-section{
        padding:0px 10px;
    }
}