/* Match the existing community subpage visual without changing shared styles. */
.rm-column-visual {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    background: #e9e9e7 url('/img/sub9.jpg') center center / cover no-repeat;
    color: #111;
}
.rm-column-visual__text {
    position: absolute;
    top: 60%;
    left: 15%;
    width: 70%;
}
.rm-column-visual__title {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all;
}
.rm-column-visual__rule {
    width: 50px;
    height: 2px;
    margin: 20px 0;
    background: #000;
    opacity: .2;
}
.rm-column-visual__brand {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    word-break: keep-all;
}
.rm-column { padding-top: 48px; }
@media (max-width: 900px) {
    .rm-column-visual { height: 500px; }
    .rm-column-visual__text { left: 5%; width: 90%; }
    .rm-column-visual__title { font-size: 23px; }
    .rm-column-visual__brand { font-size: 14px; }
    .rm-column { padding-top: 28px; }
}
