

.service-heading {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f4f7a;
}

.service-list {
    margin: 1rem 0 2rem;
    padding-left: 1.2rem;
}

.service-list li {
    margin-bottom: 0.5rem;
    color: #555;
}

.section-divider {
    border: 0;
    height: 1px;
    background: #e2e2e2;
    margin: 3rem auto;
    width: 80%;
    max-width: 900px;
}

.buyers-service-two-col {
    padding: 5rem 0;
    background: #f8f9fa;
}

.buyers-photo-right {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    object-fit: cover;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .buyers-photo-right {
        margin-top: 2rem;
    }
}
