﻿/* ======= pagex =======*/
.page-wrapper {
    display: flex;
    align-items: center;
}

.article-page {
    /*display: flex;*/
    /*align-content: flex-start !important;*/
    /*align-self: flex-start !important;*/
    margin: 8rem 0 4rem 0 !important;
}

    .article-page > div .img-rounded {
        border-radius: 1.5rem;
    }


.cta {
    /*    text-decoration: none !important; 
    color: inherit !important; 
    cursor: pointer !important;
    background-color: red !important;*/
    /*border-bottom: 0.15rem solid red;*/
    /*padding-bottom: 0.4rem;*/
    padding-left: 0 !important;
    /*display: inline-block;*/
    position: relative;
}

.cta::after {
    color: #FF543E;
    font-weight: bold !important;
    content: "\2192";
    margin-left: 0.3rem;
}


.cta:hover {
    cursor: pointer !important;
    opacity: .8;
    color: #FF543E;
}

.cta::after {
    color: #FF543E;
    font-weight: bold !important;
    content: "\2192";
    margin-left: 0.3rem;
}