/*-------------------------------------------------*/
/* =  page-article.begin
/*-------------------------------------------------*/

.page-article .main-col {
    vertical-align: top;
}

.page-article .main-body {
    border: 1px solid rgba(0, 251, 244, 0.29);
    border: none;
    border-radius: 0;
}

.page-article .main-body-right {
    padding: 0;
    background: none;
    border-radius: 0;
}

.page-article .main-body-right-inner {
    padding: 20px 35px 35px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(4, 57, 68, 1)),
        color-stop(20%, rgba(4, 57, 68, 1)),
        to(rgba(5, 31, 46, 1))
    );
    background: linear-gradient(to right, rgba(4, 57, 68, 1) 0%, rgba(4, 57, 68, 1) 20%, rgba(5, 31, 46, 1) 100%);
    border-radius: 25px;
}

.article {
    padding: 25px;
    font-size: 14px;
    line-height: 1.5;
}

.article h2 {
    font-size: 30px;
}
.article h3 {
    font-size: 24px;
}
.article h4 {
    font-size: 18px;
}

.article h2,
.article h3,
.article h4,
.article p,
.article-figure-text,
.article-figure-picture {
    margin-bottom: 30px;
}

.article h2 ~ h3,
.article h2 ~ h4 {
    margin-top: 50px;
}

.article blockquote {
    color: #00fbf4;
    font-size: 18px;
    font-weight: 400;
    margin: 60px 0;
    padding-left: 30px;
    border-left: 4px solid #00fbf4;
}

.article blockquote:first-of-type {
    margin-top: 30px;
}

.article-figure ~ .article-figure {
    margin-top: 10px;
}

.article-figure-text {
    font-size: 16px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.article-figure-text p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .page-article .main-body-right,
    .page-article .main-body-right-inner {
        padding: 0;
        background: none;
        border-radius: 0;
    }
    .page-article .main-body-right-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .page-article .main-body-right,
    .page-article .main-body-right-inner {
        padding: 0;
        background: none;
        border-radius: 0;
    }

    .article-figure-text {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .article {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px;
    }

    .article h2 {
        font-size: 24px;
    }
    .article h3 {
        font-size: 20px;
    }
    .article h4 {
        font-size: 16px;
    }

    .article blockquote {
        font-size: 16px;
        margin: 40px 0;
        padding-left: 20px;
    }
}

@media screen and (max-width: 576px) {
    .article h2,
    .article h3,
    .article h4,
    .article p,
    .article-figure-text,
    .article-figure-picture {
        margin-bottom: 20px;
    }

    .article h2 ~ h3,
    .article h2 ~ h4 {
        margin-top: 40px;
    }

    .article blockquote {
        font-size: 14px;
        margin: 30px 0;
    }
}

/*-------------------------------------------------*/
/* =  page-article.end
/*-------------------------------------------------*/
