.solutionbox {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #b4dbfa;
    background-color: #D2ECF2;
    background-color: #FFF4DC;
    background-color: #EEEEEE;

    background-color: #D2ECF2;
    border-left: 4px solid #6bb7ff;

    background-image: url(/assets/img/icons/lightbulb_65.png);
    background-origin: padding-box;
    background-position: 16px 21px;
    background-repeat: no-repeat;
    background-size: 65px 60px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 23px 90px 20px;

    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    border-left: 4px solid #6bb7ff;
    border-left: 4px solid #5faee3;
}
.solutionbox * {
    color: #4b4f58 !important;
    font-weight: 400;
}
.solutionbox ul {
    margin: 0 0 0 1em;
}
.solutionbox a {
    text-decoration: underline currentcolor solid;
}
.solutionbox strong {
    font-weight: 700;
}
a:where(:not(.wp-element-button)) {
    text-decoration: underline currentcolor solid;
}
p:not(.has-background):last-of-type {
    padding-bottom: 0;
}
.solutionbox a:hover {
    text-decoration: none currentcolor solid;
}