.ocompany_care {
    padding: 48px 0 44px;
    color: #4f304f;
    background: #fff;
    font-family: inherit;
}

.ocompany_care_container {
    width: min(100% - 40px, 1650px);
    margin: 0 auto;
}

.ocompany_care_title {
    margin: 0 0 30px;
    color: #5a365b;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.ocompany_care_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ocompany_care_tile {
    min-height: 212px;
    padding: 30px 28px 26px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(92, 57, 91, 0.15);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(76, 43, 76, 0.04);
}

.ocompany_care_icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 16px;
    color: #9b6694;
    background: #fbf5f9;
    border-radius: 50%;
}

.ocompany_care_icon svg {
    display: block;
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ocompany_care_tile_title {
    margin: 0 0 10px;
    color: #5a365b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
}

.ocompany_care_text {
    color: #5d515d;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .ocompany_care_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ocompany_care {
        padding: 36px 0;
    }

    .ocompany_care_container {
        width: min(100% - 24px, 1180px);
    }

    .ocompany_care_title {
        font-size: 26px;
    }

    .ocompany_care_grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ocompany_care_tile {
        min-height: 0;
        padding: 26px 20px 24px;
    }
}
