#solutions_audit_explain_2 {
}
#solutions_audit_explain_2_container {
}
#solutions_audit_explain_2_content {
    flex-direction: column;
}
#solutions_audit_explain_1_block_2 {
    margin: 60px 0 30px 0;
}

#solutions_audit_explain_1_list ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
}
#solutions_audit_explain_1_list li {
    display: flex;
    flex-direction: column;
}
.solutions_audit_explain_1_image {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.solutions_audit_explain_1_image span {
    margin-left: 10px;
}
.solutions_audit_explain_1_bold {
    margin: 20px 0;
    color: var(--black);
    font-size: 1.2rem;
    font-weight: bold;
    /*border: solid 1px red;*/
}
.method-section {
    margin: 30px 0;
}

.method-header {
    margin-bottom: 2.5rem;
}
.method-list {
    max-width: 1114px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.method-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 1.5rem;
    position: relative;
}

.method-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 31px;
    top: 64px;
    width: 2px;
    height: calc(100% - 32px);
    background: #E6F1FB;
}

.method-number {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #E6F1FB;
    border: 2px solid #185FA5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #185FA5;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.method-item.active .method-number {
    background: #185FA5;
    color: #ffffff;
}

.method-content {
    padding: 0.75rem 0 2rem;
}

.method-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--black);
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.method-content p {
    font-size: 1.2rem;
    color: var(--our-grey-color);
    line-height: 1.7;
    margin: 0;
}

.method-content strong {
    color: #1a1a1a;
    font-weight: 600;
}

.method-item:last-child .method-content {
    padding-bottom: 0;
}

/* Responsive */
@media (max-width: 600px) {
    .deliverables-grid {
        grid-template-columns: 1fr;
    }
}

@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {}
