#solutions_consultancy_explain_2 {
}
#solutions_consultancy_explain_2_container {
}
#solutions_consultancy_explain_2_content {
    flex-direction: column;
    /*border: solid 1px red;*/
}
#solutions_consultancy_explain_2_block_2 {
}

#services_consultancy_explain_2_list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2rem;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.services-cons-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid var(--primary-color);
    background: #ffffff;
    transition: background 0.15s ease;
}

.services-cons-item:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
}

.services-cons-item:hover {
    background: #f5f7fa;
}

.services-cons-item:nth-child(even) {
    border-left-color: #0C447C;
}

.services-cons-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #E6F1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.services-cons-icon svg {
    width: 20px;
    height: 20px;
}

.services-cons-text h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--black);
    margin: 0;
    line-height: 1.3;
}

.services-cons-text p {
    font-size: 1rem;
    color: var(--our-grey-color);
    line-height: 1.6;
    margin: 0;
}