#brochures {
    padding-top: 170px;
    padding-bottom: 123px;
    --light-gray: #ECEFF1;
    --gray: #D9D9D9;
}
#b-top:before {
    content: attr(data-heading);
    position: absolute;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #E8EAEB;
    font-size: 11.458333vw;
    letter-spacing: 0.1em;
    z-index: -1;
    top: -6vw;
    white-space: nowrap;
    text-align: center;
}
#b-top h1 {
	font-family: "bebas-neue-pro", sans-serif;
    letter-spacing: 0.1em;
    font-size: 64px;
    line-height: 1.125;
    margin-top: 0;
    color: var(--darker-blue);
    text-transform: uppercase;
    margin-bottom: 23px;
}
#b-top p {
    font-size: 1.5em;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 100%;
    width: 810px;
    margin-bottom: 20px;
}
#b-top .button {
    width: 298px;
    height: 60px;
    border-radius: 15px;
    font-size: 1.5em;
    margin-top: 41px;
    margin-bottom: 82px;
}
.b-spec {
    padding-top: 36px;
    padding-bottom: 60px;
}
.spec-title  {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}
.bs-main {
    column-gap: 100px;
}
.bs-image {
    flex-basis: 447px;
    flex-grow: 0;
    height: auto;
    aspect-ratio: 1 / 0.62863535;
    margin-top: 30px;
}
.b-spec table {
    width: 966px;
    border-width: 2px;
    flex-shrink: 0;
}
.b-spec th {
    border-width: 3.4px;
    font-size: 28px;
    letter-spacing: 0.1em;
    padding: 13px 16px;
    text-align: left;
}
.b-spec th small {
    font-size: 60%;
    letter-spacing: 0;
    text-transform: none;
}
.b-spec td {
    font-size: 16px;
    padding: 10px 14px;
    vertical-align: top;
    height: 65px;
}
.b-spec td small {
    font-size: 14px;
}
.b-spec td.medium {
    font-size: 18px;
}
.b-spec th.c-1, 
.b-spec td.c-1 {
    width: 100px;
}
.b-spec th.c-3, 
.b-spec td.c-3 {
    width: 192px;
}
.b-spec th.c-4, 
.b-spec td.c-4,
.b-spec th.c-5, 
.b-spec td.c-5 {
    width: 147px;
}
.b-spec tr:nth-child(odd) td {
    background-color: #EEF3F5;
}
.c-banner {
    margin-top: 0;
}
@media screen and (max-width: 1399px) {
    .bs-main {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 22px;
    }
    .bs-image {
        flex-basis: auto;
        width: 447px;
    }
}
@media screen and (max-width: 991px) {
    .bs-table {
        margin-right: -15px;
        width: calc(100% + 15px);
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .bs-table::-webkit-scrollbar {
        display: none;
    }
    .bs-table table {
        margin-right: 15px;
    }
    .bs-image {
        width: auto;
        height: auto;
        aspect-ratio: inherit;
    }
}
@media screen and (max-width: 767px) {
    #brochures {
        padding-top: 117px;
        padding-bottom: 63px;
    }
    #b-top:before {
        align-self: center;
        font-size: 60px;
        line-height: 60px;
        top: 10px;
        white-space: normal;
    }
    #b-top h1 {
        font-size: 34px;
        line-height: 1;
        margin-bottom: 16px;
    }
    #b-top p {
        font-size: 1.125em;
        line-height: 1.555;
        margin-bottom: 9px;
    }
    #b-top .button {
        width: 274px;
        margin-top: 27px;
        margin-bottom: 40px;
    }
    .b-spec {
        padding-top: 17px;
        padding-bottom: 40px;
    }
    .spec-title  {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 22px;
    }
    .bs-image {
        margin-top: 0;
    }
    .b-spec table {
        width: auto;
    }
    .b-spec th {
        border-width: 3.4px;
        font-size: 15px;
        padding: 10px 11px;
        width: 211px;
    }
    .b-spec td {
        font-size: 13px;
        padding: 10px 11px;
        height: 52px;
        width: 211px;
    }
    .b-spec td.medium {
        font-size: 15px;
        white-space: nowrap;
    }
    .b-spec th:not(.c-4), 
    .b-spec td:not(.c-4) {
        width: 211px;
    }
    .b-spec th.c-1, 
    .b-spec td.c-1 {
        width: 100px;
    }
    .b-spec th.c-2, 
    .b-spec td.c-2 {
        width: 170px;
    }
    .b-spec th:not(.c-2), 
    .b-spec td:not(.c-2) {
        width: fit-content;
        white-space: nowrap;
    }

}