aside .text ul {
    padding-left: 0.8rem;
}
aside .text ul li, aside .bullets ul li p {
    font-size: 0.8rem;
    line-height: 1.84211em;
    font-weight: 400;
    color: #606060;
}
@media (max-width: 45em) {
    .text ul li {
        font-size: 0.8rem;
        line-height: 1.84211em;
        font-weight: 400;
        color: #606060;
    }
}
@media (max-width: 35em) {
    .text ul li {
        font-size: 0.7rem;
        line-height: 2.10526em;
        font-weight: 400;
        color: #606060;
    }
}
.widget-spacing.text + .widget-spacing.bullets {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
/*.bullets-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/
.bullets-section {
    /*max-width: 45%;*/
    margin-top: 1.5em;
}
aside .bullets-section {
    max-width: 100%;
    width: 100%;
}
.bullets ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.bullets ul li {
    position: relative;
    padding-left: 1.5rem;
}
.bullets ul li p {
    margin-top: 0;
    font-size: 1em;
    /* line-height: 1.65; */
    line-height: unset;
    font-size: 16px;
}
.bullets ul li::before {
    content: '';
    display: inline-block;
    background: rgb(240, 65, 5);
    /* width: 1rem; */
    width: 16px;
    /* height: .4rem; */
    height: 6px;
    position: absolute;
    top: 9px;
    left: 0;
}
.bullets ul.bullet-slate li::before {
    background: #606060;
}
.bullets ul.bullet-clay li::before {
    background: rgb(240, 65, 5);
}
.bullets ul + h3 {
    padding-top: 1em;
}
.bullets .heading {
    /* margin-bottom: 1.5em; */
    margin-bottom: 0;
    font-size: 1.17895em;
}
.bullets .subheading {
    font-size: .85em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.bullets .clay, .bullets ul.clay p {
    color: rgb(240, 65, 5);
}

.bullets .slate, .bullets ul.slate p {
    color: #606060;
}