.about-client-page {
    padding: 40px 0 60px;
}

.about-client-page .container {
    max-width: 900px;
}

.about-client-hero {
    text-align: center;
    padding: 30px 0 20px;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 40px;
}

.about-client-hero h1 {
    font-size: 36px;
    font-weight: 700;
    color: #17181A;
}

.about-client-section {
    margin-bottom: 36px;
}

.about-client-section h2 {
    font-size: 22px;
    font-weight: 600;
    color: #17181A;
    margin-bottom: 14px;
}

.about-client-section p {
    font-size: 15px;
    line-height: 26px;
    color: #3D4245;
    margin-bottom: 10px;
}

.about-client-section .brand-list {
    font-weight: 600;
    color: #17181A;
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
}

.about-client-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.about-client-list li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 28px;
    color: #3D4245;
}

.about-client-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
}

.about-client-contact {
    background: #f9f9f9;
    border-radius: 14px;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
}

.about-client-contact h2 {
    color: var(--primary);
}

.about-client-contact a {
    color: var(--primary);
    text-decoration: none;
}

.about-client-contact a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .about-client-hero h1 {
        font-size: 28px;
    }

    .about-client-section h2 {
        font-size: 20px;
    }

    .about-client-contact {
        padding: 20px;
    }
}
