.inner-page .s-about {
    padding-top: 17.2rem;
    padding-bottom: 8rem;
    background-color: #0e1113;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    overflow: hidden;
}

.inner-page .s-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 420px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(14, 17, 19, 0.92) 80%, rgba(14, 17, 19, 1) 100%), url('/bk.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

.inner-page .s-about>* {
    position: relative;
    z-index: 1;
}

.inner-page .s-about .display-1,
.inner-page .s-about h1,
.inner-page .s-about h2,
.inner-page .s-about h3,
.inner-page .s-about h4,
.inner-page .s-about h5,
.inner-page .s-about h6 {
    color: #ffffff;
}

.inner-page .s-about p.lead,
.inner-page .s-about p {
    color: rgba(255, 255, 255, 0.78);
}

.inner-page .s-about .section-header.has-bottom-sep::before {
    background-color: rgba(255, 255, 255, 0.18);
}

.inner-search {
    margin: 2.4rem 0 2rem;
}

.inner-search input {
    width: 100%;
    margin: 0;
}

.inner-list {
    display: grid;
    gap: 1.6rem;
}

.inner-item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.02);
}

.inner-item h3,
.inner-item h4,
.inner-item h5 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.inner-item ul {
    margin-left: 1.8rem;
    list-style: disc;
}

.inner-item mark {
    padding: 0;
    margin: 0;
    background-color: #fff3a3;
    color: #111;
}

.help-svg {
    max-height: 28px;
    margin-bottom: 10px;
}

.download-bottom-image img {
    border-radius: 3.2rem;
    border: 0.6rem solid rgba(255, 255, 255, 0.22);
    background: #0e1113;
    overflow: hidden;
}

.download-image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
}

.download-image-grid img {
    width: 100%;
    height: auto;
    display: block;
}

.no-results {
    margin-top: 2rem;
}

@media only screen and (max-width: 900px) {
    .inner-page .s-about::before {
        height: 320px;
    }

    .download-image-grid {
        grid-template-columns: 1fr;
    }
}