#solutions_learning_explain_3 {
}
#solutions_learning_explain_3_container {
}
#solutions_learning_explain_3_content {
}
#solutions_learning_explain_3_texts {
    width: 98%;
    display: flex;
    flex-direction: row;
    /*border: solid 1px red;*/
}
#solutions_learning_explain_3_description {
    display: flex;
    flex-direction: column;
    line-height: 2.5;
    /*border: solid 1px red;*/
}
#solutions_learning_explain_3_description span {
    font-weight: bold;
}
#solutions_test_image {
    display: flex;
    align-items: center;
}
#solutions_test_image img {
    width: 100%;
    display: none;
    /*border: solid 1px green;*/
}


.free_audit_process_text {
    display: flex;
    flex-direction: column;
    margin-left: 3px;
}
.free_audit_process_text h3 {
    font-size: 1.2em;
    font-weight: 400;
}
.free_audit_process_text p {
    margin-bottom: 0;
    font-size: 0.8em;
}
.free_audit_process_elements {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border: solid 1px red;*/
}
#vertical_line {
    position: absolute;
    left: 20px;
    top: 100px;
    width: 3px;
    height: 1320px;
    z-index: -1;
    background-color: var(--primary-background);
}
.horizontal_line {
    width: 3em;
    height: 3px;
    z-index: -1;
    background-color: var(--primary-background);
    /*border: solid 1px black;*/

}
.free_audit_process_number span {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    color: var(--black);
    background-color: var(--primary-background);
    border-radius: 5px;
    z-index: 9000;
    border: solid 1px var(--primary-background);
}
.free_audit_process_text {
    padding-left: 20px;
    /*margin-left: 20px;*/
    border-left: solid 3px var(--primary-background);
}

@media all and (min-width: 600px) {
}

@media all and (min-width: 800px) {
    #solutions_test_image img {
        display: block;
    }
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1050px) {
}
@media all and (min-width: 1400px) {
    #solutions_test_image img {
        /*width: auto;*/
    }
}