/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jun 09 2021 | 15:31:42 */
.image-placeholder {
    background-color: #eee;
    display: flex;
}

.image-placeholder > h4 {
    align-self: center;
    text-align: center;
    width: 100%;
    font-weight: 300;
}
/* ol.main > li { margin-bottom: 1em; padding-top: .75em; } */


ol.main li {
list-style: none;
counter-increment: step-counter;
margin-bottom: 22px;
}
ol.main li p:first-child { display: inline-block; }
ol.main li p:nth-child(2) { margin-top: 0; }
ol.main li:before {
content:counter(step-counter);

color: white;
background: #0076e8;
display: inline-block;
text-align: center;
margin: 10px 10px 10px 0;
line-height: 35px;
width: 35px;
height: 35px;
border-radius: 50%;