body.blog section.common section.content .blog-article-content ol li {
    list-style: none
}
.setup-box:before {
    display: none;
}
.setup-box {
    padding-top: 40px;
    background: transparent;
}
.blog.index footer {
    background: #fff;
}
.content {
    padding-bottom: 35px;
}
.content ul {
    margin-bottom: 25px;
}
.content li {
    margin-left: 25px;
    margin-bottom: 15px;
    list-style: square outside;
}
.content ul,
.content ol,
.content li,
.content p,
.content h2 {
    color: black;
    font-size: 14px;
}
.content p {
    font-size: 14px;
    line-height: 24px;
}
body.pricing .prices-box_free li, body.pricing .prices-box_standard li, body.pricing .prices-box_pro li {
    margin-bottom: 4px;
    padding: 0 0 4px;
}
body.pricing .prices-box_free .prices-price, body.pricing .prices-box_standard .prices-price, body.pricing .prices-box_pro .prices-price {
    margin-bottom: 5px;
}
body.how-to section.common section.content {
    width: 100%; 
    max-width: unset;
}
.how-to .articles {
    display: flex;
}
.how-to-list {
    width: 50%;
    float: left;
    margin: 5px;
}
.how-to-list .how-to-list-header{
    position: relative;
    cursor: pointer;
    padding: 1.875rem 2rem;
    border-radius: .3rem;
    border: 1px solid #dfe4ed;
    background: #f7f9fc;
    transition: all .2s ease-in;
    color: #363d4d;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.how-to-list ul {
    background: white;
    padding-bottom: 10px;
    list-style: none;
    padding: 2rem;
    margin: 0;
    border-radius: 0 0 .3rem .3rem;
    border: 1px solid #dfe4ed;
    border-top: 0;
    padding-left: 20px;
    padding-top: 30px;
    transition: all .3s;
}
.how-to-list.how-to-hide ul {
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.how-to-list.how-to-hide .how-to-list-header svg:last-child {
    transform: rotate(0);
}
.how-to-list .how-to-list-header svg:last-child {
    transform: rotate(180deg);
    transition: all .3s;
}
.how-to-list ul li {
    list-style: none;    margin-left: 12px;
}
.how-to-list ul li a {
    color: #337ab7;
    font-size: 16px;
}
.how-to-list-header img:first-child {
    float: left;
    width: 25px;
    margin-left: 10px;
    margin-right: 15px;
}
.how-to-list-header svg:last-child {
    float: right;
    position: absolute;
    right: 20px;
    width: 15px;
}
