.article-details .article-details-wrap {
    margin-bottom: 48px !important;
}

.article-details .article-header {
    width: min(900px, 100%) !important;
    margin-right: auto !important;
    margin-bottom: 36px !important;
    margin-left: auto !important;
}

.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 48px !important;
    font-weight: 750 !important;
    line-height: 1.18 !important;
}

.article-details .article-full-image {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 8px;
}

.article-details > .sppb-row {
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
}

.article-details > .sppb-row > .col-md-8 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
}

.article-details .blog-details-right {
    display: none;
}

.article-details .blog-article {
    width: 100%;
    max-width: 900px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding-right: 24px;
    padding-left: 24px;
}

.article-details .blog-article p,
.article-details .blog-article li {
    color: #334155;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}

.article-details .blog-article p {
    margin-bottom: 20px;
}

.article-details .blog-article .lead {
    color: #24364d;
    font-size: 20px;
    font-weight: 450;
    line-height: 1.65;
}

.article-details .blog-article h2 {
    color: #172033;
    font-size: 28px;
    font-weight: 750;
    line-height: 1.3;
}

.article-details .blog-article h2.h4 {
    font-size: 21px;
}

.article-details .blog-article h3,
.article-details .blog-article .h5 {
    color: #1f2a3d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.article-details .blog-article section {
    margin-bottom: 44px !important;
}

.article-details .blog-article .alert-info,
.article-details .blog-article .cta-block {
    border: 1px solid #dbe6f0;
    background: #f4f8fc !important;
}

.article-details .blog-article .alert-info {
    padding: 24px;
}

.article-details .blog-article .cta-block {
    padding: 28px !important;
}

.article-details .blog-article .rounded-4 {
    border-radius: 8px !important;
}

.article-details .blog-article .rounded-3,
.article-details .blog-article .card {
    border-radius: 6px !important;
}

.article-details .blog-article .shadow-sm {
    box-shadow: none !important;
}

.article-details .blog-article .bg-light.border.rounded-3 {
    border-color: #dbe4ee !important;
    background: #f7f9fc !important;
}

.article-details .blog-article .bg-light.border.rounded-3 .small {
    overflow-wrap: anywhere;
    color: #26364a !important;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.article-details .blog-article .small {
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.article-details .blog-article .text-muted {
    color: #526579 !important;
}

.article-details .blog-article th,
.article-details .blog-article td {
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: top;
}

.article-details .blog-article th {
    background: #edf3f8;
    color: #24364d;
}

@media (max-width: 767px) {
    .article-details .article-details-wrap {
        margin-bottom: 32px !important;
    }

    .article-details .article-header {
        margin-bottom: 28px !important;
    }

    .article-details .article-header h1,
    .article-details .article-header h2 {
        font-size: 32px !important;
        line-height: 1.22 !important;
    }

    .article-details .blog-article {
        max-width: 100%;
        margin-top: 28px !important;
        margin-bottom: 28px !important;
        padding-right: 15px;
        padding-left: 15px;
    }

    .article-details .blog-article p,
    .article-details .blog-article li {
        font-size: 16px;
        line-height: 1.7;
    }

    .article-details .blog-article .lead {
        font-size: 18px;
    }

    .article-details .blog-article h2 {
        font-size: 24px;
    }

    .article-details .blog-article h2.h4 {
        font-size: 20px;
    }

    .article-details .blog-article h3,
    .article-details .blog-article .h5 {
        font-size: 19px;
    }

    .article-details .blog-article section {
        margin-bottom: 36px !important;
    }

    .article-details .blog-article .alert-info,
    .article-details .blog-article .cta-block {
        padding: 20px !important;
    }

    .article-details .blog-article th,
    .article-details .blog-article td {
        min-width: 150px;
        padding: 10px 12px;
        font-size: 14px;
    }
}
