


/* article---start--- */

body {
    background-color: #f3f3f3;
}

.body-w {
    margin-top: 90px;
}

.page-a-title {
    font-size: 30px !important;
}

.page-article {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f3f3f3;
    margin-bottom: 40px;
}

.page-a-text {
    width: 65%;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-a-right {
    width: 30%;
}

.a-r-top,
.a-r-bottom {
    background-color: #fff;
}

.page-a-title,
.page-a-time {
    text-align: center;
    padding: 10px 0;
}

.a-r-top h2,
.a-r-bottom h2{
    font-size: 28px;
    padding: 10px 20px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 0;
}

.a-r-top img {
    width: 75%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
}

.a-r-top a {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.a-r-bottom {
    margin-top: 20px;
    padding-bottom: 10px;
}

.a-r-bottom ul li {
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px solid #d6d6d6;
}

.a-r-bottom ul li a {
    display: inline-block;
    width: 100%;
}

.up-down {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.up-down div {
    width: 49%;
}

.up-down div:last-child {
    text-align: left;
}

.page-a-text img {
    max-width: 100%;
}

.up-down a {
    color: #f39801;
}

.financity-body-outer-wrapper, .financity-header-side-content, .gdlr-core-page-builder .gdlr-core-page-builder-body.gdlr-core-pb-livemode, body.financity-boxed .financity-body-wrapper, body.financity-full .financity-body-wrapper {
    background-color: unset!important;
}