#solutions_learning_explain_3 {
}
#solutions_learning_explain_3_container {
}
#solutions_learning_explain_3_content {
    flex-direction: column;
}


#solutions_learning_explain_3_list_content {
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 36px;
    background: linear-gradient(114deg, var(--primary-color) 46.49%, var(--primary-background) 85.44%);
}
.solutions_learning_explain_3_list {
    width: 95%;
    padding: 20px;
    margin: 20px 0;
    background-color: var(--white);
    border-radius: 36px;
}
.solutions_learning_explain_3_list_bold {
    margin: 20px 0;
    color: var(--black);
    font-size: 1.2rem;
    font-weight: bold;
}
@media all and (min-width: 600px) {
    #solutions_learning_explain_3_list_content {
        justify-content: space-around;
    }
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
    .solutions_learning_explain_3_list {
        width: 48%;
    }
}
@media all and (min-width: 1400px) {
    .solutions_learning_explain_3_list {
        width: 30%;
    }
}