/*------------------------------------
                declareBoard
------------------------------------*/

.rl-declareBoard-header .title {
    /* color: #82be0f; */
}

.rl-feature-declareBoard {
    background-image: url(../images/title_bg.jpg);
}

/*------------------------------------
                color
------------------------------------*/

.rl-bg-feature {
    background-color: #282828;
}

.rl-bg-feature-secondary {
    background-color: #1b1b1b;
}

.rl-bg-feature-promo-banner {
    background-color: #1b1b1b;
}

/*------------------------------------
                text
------------------------------------*/

.rl-feature-banner-desc {
    font-size: calc(0.625vw + 20px);
    line-height: 1.3;
}

@media (max-width: 768px) {
    .rl-feature-banner-desc {
        font-size: calc(0.8928571428571428vw + 13.142857142857142px);
    }
}

/*------------------------------------
                feature desc logo
------------------------------------*/

.rl-feature-desc-logo {
    display: flex;
    align-items: center;
}

.rl-feature-desc-logo .line {
    flex: 1;
    padding-right: 40px;
}

.rl-feature-desc-logo .line::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #393939;
}

.rl-feature-desc-logo img {
    width: 20%;
}
