html img, body img {
    max-width: 100%;
}
.blog-page-wrap {
    border-top: 1px solid #E4E4E4;
}
.aside {
    background: #F6FBFF;
    border-radius: 2px;
    padding: 32px 32px 0 32px;
}
.content-h {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}
.list-unstyled {
    font-size: 16px;
    line-height: 19px;
    color: #1D86D5;
}
.list-unstyled li {
    padding-bottom: 20px;
}
.list-unstyled a:visited {
    color: #1D86D5;
}
.considering-block {
    margin-top: 40px;
    margin-bottom: 20px;
}
.considering-block .title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}
.considering-block .content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.considering-block a {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 49px;
    color: #fff;
    background: #ff4300;
    border-radius: 2px;
    margin-bottom: 32px;
}
.social-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social-share a,
.social-share span {
    margin-left: 16px;
}
.social-share span {
    font-size: 17px;
    line-height: 20px;
    color: #999;
}
.article {
    margin-bottom: 40px;
}
h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 500;
}
.blog-page-wrap h1 {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
}
.article h2 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 32px;
}
.article h3 {
    font-size: 24px;
    line-height: 28px;
}
.article h4 {
    font-size: 22px;
    line-height: 26px;
}
.article h5 {
    font-size: 20px;
    line-height: 24px;
}
.article h6 {
    font-size: 18px;
    line-height: 22px;
}
.article p,
.article ol li,
.article ul li {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #111;
    margin-bottom: 20px;
}
.article p.text-right {
    text-align: right;
}
.article img {
    margin-bottom: 32px;
}
.article blockquote {
    border-left: none;
    margin: 17px;
    line-height: 24px;
    font-style: italic;
    color: #1D86D5;
}
.article .bg {
    background: #F6FBFF;
    padding: 28px;
}
.article .bg .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}
.article .bold {
    font-weight: 900;
}
.article .italic {
    font-style: italic;
}

.gray-bg {
    background: #FAFAFA;
}
.related-articles {
    margin-top: 40px;
}
.articles-wrap {
    padding: 40px 0 50px 0;
}
.related-h2 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #333;
    margin-bottom: 64px;
}
.related-post {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
}
.related-post .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 16px;
}
.related-post .lead {
    font-size: 17px;
    line-height: 20px;
    color: #111;
    margin-bottom: 16px;
}
.related-post .article-link {
    margin-top: auto;
}
.view-all-articles {
    display: inline-block;
    width: 100%;
    max-width: 394px;
    font-size: 22px;
    font-weight: 500;
    line-height: 49px;
    color: #fff;
    background: #ff4300;
}
.view-all-articles:visited {
    color: #fff;
}
.view-all-articles:hover {
    color: #fff!important;
}

.footer-first-hr {
    display: none;
}

.author-block-wrap {
    background-color: #1D86D5;
    margin-bottom: 32px;
}
.author-block {
    padding: 32px;
}
.author-block {
    color: #fff;
}
.author img {
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #F6FBFF;
    object-fit: cover;
    object-position: top;
    margin-right: 25px;
}
.author a {
    color: #fff;
}
.author p {
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 14px;
}
.name-link {
    text-decoration: underline;
}