#solutions_test_intro {
}
#solutions_test_intro_container {
}
#solutions_test_intro_content {
}
#solutions_test_intro_texts {
    width: 98%;
    display: flex;
    flex-direction: row;
    /*border: solid 1px red;*/
}
#solutions_test_intro_description {
    display: flex;
    flex-direction: column;
    line-height: 2.5;
    /*border: solid 1px red;*/
}
#solutions_test_intro_description h1 {
    color: var(--black);
    font-size: 2em;
    text-align: left;
    font-weight: 500;
}
#solutions_test_intro_description h2 {
    color: var(--primary-color);
    font-size: 1.37em;
    font-weight: 400;
}
#solutions_test_intro_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;*/
}

@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;*/
    }
}