

.tech-spec__list-item, .tech-spec__sub-heading {
    display: block;
    font-family: "Familjen Grotesk", Arial, Helvetica, sans-serif
}

.tech-spec__sub-heading {
    font-size: 46px;
    line-height: 48px;
    font-weight: 400
}

@media(min-width: 375px) {
    .tech-spec__sub-heading {
        font-size: calc(0.9389671362vw + 42.4788732394px)
    }
}

@media(min-width: 1440px) {
    .tech-spec__sub-heading {
        font-size: 56px
    }
}

@media(min-width: 375px) {
    .tech-spec__sub-heading {
        line-height: calc(0.9389671362vw + 44.4788732394px)
    }
}

@media(min-width: 1440px) {
    .tech-spec__sub-heading {
        line-height: 58px
    }
}

.tech-spec__list-item {
    font-size: 1.625rem;
    line-height: normal
}

.tech-spec__heading-container:nth-of-type(2) {
    margin-bottom: 60px
}

@media print, screen and (min-width: 23.4375em) {
    .tech-spec__heading-container:nth-of-type(2) {
        margin-bottom: 80px
    }
}

.tech-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh
}

@media print, screen and (min-width: 52.125em) {
    .tech-spec__sub-heading {
        padding-left: 0
    }
}

.tech-spec__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.tech-spec__content-col--chevron {
    display: none
}

@media print, screen and (min-width: 52.125em) {
    .tech-spec__content-col--chevron {
        display: block
    }
}

.tech-spec__content-col--list {
    margin-bottom: 5rem;
    width: 100%
}

.tech-spec__list-item {
    border-bottom: 1px solid rgba(217, 217, 217, .1);
    padding: 1.625rem 0
}

.tech-spec__list-item:first-of-type {
    padding-top: 0
}

.tech-spec__list-item:last-of-type {
    border: 0;
    padding-bottom: 0
}

.tech-spec__chevron {
    content: url('data:image/svg+xml;utf8,<svg width="27" height="38" viewBox="0 0 27 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.204671 1.21134L17.4942 18.8228C17.6023 18.9329 17.6023 19.1131 17.4942 19.2232L0.208537 36.7887C-0.227901 37.2332 0.0752829 38 0.685524 38H9.2231C9.69816 38 10.1559 37.8058 10.4938 37.4634L25.829 21.9122C27.3874 20.3325 27.3913 17.7316 25.8348 16.1478L10.4957 0.540597C10.1559 0.194215 9.69816 0 9.2231 0H0.683591C0.0733498 0 -0.229836 0.766848 0.204671 1.21134Z" fill="rgb(255, 82, 0)"/></svg>');
    height: 2.375rem
}