.tool-post{
    padding:27px 0;
    border-top:1px solid #eee;
    margin-bottom:25px
}
.tool-post:first-of-type{
    border-top:0
}
.tool-post .tool-footer{
    font-size:16px;
    font-weight:500;
    color:#6e6f71
}
.tool-post .tools-title{
    color:#6e6f71;
    font-size:22px;
    font-weight:400
}
.tool-post .tools-logo{
    display:block;
    margin:0 auto 30px;
    max-width:70%;
    text-align:center
}
@media (min-width: 600px){
    .tool-post .tools-logo{
        max-width:50%
    }
}
@media (min-width: 768px){
    .tool-post .tools-logo{
        text-align:left;
        max-width:25%;
        margin:0 0 30px
    }
}

.tools-block h2{
    border-bottom:3px solid #221f1f;
    color:#221f1f;
    font-size:26px;
    font-weight:700;
    margin-bottom:0
}

.tool-post ul {
    font-weight: bold;
    font-size: 18px;
    list-style: disc;
}  
.tool-post blockquote a {
    text-decoration: none;
}
blockquote{
    margin:20px 0 30px;
    padding-left:20px;
    border-left:5px solid #f1603f
}
blockquote p{
    font-style:italic
}
.tools-promo{
    background:#f1603f;
    color:#fff;
    text-align:center;
    padding:15px
}
.tools-promo h3{
    font-size:28px;
    font-weight:500;
    margin:0
}
.snagit-text {
    font-size: 28px;
    color: #221f1f;
    font-weight: 500;
}