header .icon-menu {
    color: var(--primary);

}

.section_1 .service-card {
    width: 410px;
    min-height: 250px;
    padding: 34px 32px 35px;
    text-align: center;
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow-card);
}

.section_1 .service-card .icon-circle {
    width: 68px;
    height: 68px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-20);
}

.section_1 .service-card .icon-circle svg {
    width: 30px;
    height: 30px;
    fill: var(--text);
}

.service-card h1 {
    margin: 0 0 14px;
    color: var(--text);
    font-size: 23px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
}

.section_1 .service-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
}

@media (max-width: 767px) {
    .section_1 .service-card {
        width: 100%;
        padding: 34px 24px;
    }
}

.csvc_section_11 .service-card h1 {
    text-align: center;
}

.csvc_section_10 p {
    color: var(--danger);
}


.service3 {
    width: 254px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow-card);
}

.service3 div {
    padding: 19px 18px 30px;
}

.service3 div div {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 11px;
    background: var(--primary-20);
}

.service3 div div i {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--primary);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service3 h1 {
    margin: 0 0 14px;
    color: var(--text);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.service3 p {
    margin: 0;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
}

.service3 img {
    display: block;
    width: 100%;
    height: 129px;
    object-fit: cover;
    object-position: center;
}