.services-container-78d2c087 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
}

.col-card-78d2c087 {
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.col-card-78d2c087:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.icon-wrap-78d2c087 {
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 44px;
    width: 44px;
    height: 44px;
}

.icon-wrap-78d2c087 i {
    font-size: inherit;
    line-height: 1;
    display: inline-block;
}

.icon-wrap-78d2c087 svg {
    display: block;
    width: 100% !important;
    height: 100% !important;
    fill: currentColor;
}

.title-78d2c087 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px 0;
    font-family: inherit;
}

.text-78d2c087 {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-family: inherit;
}

@media (max-width: 991px) {
    .services-container-78d2c087 {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .services-container-78d2c087 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .col-card-78d2c087 {
        padding: 30px 24px;
    }
}
