section {
    clear: both;
    padding: 20px 0 60px 0;
    min-height: 100vh
}

section article ul {
    list-style: initial;
    padding: 0 0 0 50px
}

section article ol {
    padding: 0 0 0 50px
}

section article div.col-3:last-child,section article div.col-3:nth-child(2) {
    margin: 0 0 0 30px
}

section article#main-home-page div.col-2 h1 {
    margin: 80px 0 0
}

section article#main-home-page div.col-2 div:first-child {
    padding: 0 30px 0 0
}

section article#main-home-page i {
    font-size: 70px;
    color: #7b9f2d
}

section article div.col {
    clear: both;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap
}

section article div.col-2 {
    width: 490px;
    float: left
}

section article div.col-3 {
    width: 306px
}

.img-bio {
    border: 8px solid #FFF;
    box-shadow: 0 4px 42px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    width: 140px;
}
.seo_description {
    display: none;
}