.download {
    margin: 150px 0;
}

.download h2 {
    font-size: 50px;
}

.download--intro h1 {
    font-size: 70px;
    line-height: 1.2;
    -webkit-text-stroke: 2px white;
    color: #191919;
    margin-bottom: 40px;
}

.download--intro p {
    font-size: 16px;
}

.download--text {
    display: flex;
    justify-content: space-between;
}

.download--text div {
    width: 80%;
}

.download-module h3 {
    font-size: 40px;
    color: white;
}

.download--table-content {
    margin-bottom: 100px;
}

.download--table-content li {
    font-family: 'Lyyra Extended', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.download--table-content a {
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    opacity: 0.85;
}

.download--table-content a:hover {
    opacity: 1;
    border-bottom: 1px solid white;
}

@media (max-width: 767px) {
    .download {
        margin: 150px 0 80px;
    }

    .download--intro h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .download--text div {
        width: 100%;
    }

    .download h2 {
        font-size: 36px;
    }

    .download--table-content li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .download--table-content ol {
        padding-left: 21px;
    }

    .download--table-content {
        margin-bottom: 60px;
    }

    .download-module h3 {
        font-size: 28px;
        -webkit-text-stroke: unset;
        color: white;
    }
}

/* light theme */

.light-theme .download-module h3 {
    font-size: 40px;
    color: #191919;
}

.light-theme .tab-link.is-active {
    background-color: #cbcbcb;
}

.light-theme .tab-link {
    background-color: #aaaaaa;
}

.light-theme .tab-link:hover {
    background-color: #999999;
}

.light-theme .tab-content {
    background-color: #aaaaaa;
}

.light-theme .download--table-content a:hover {
    border-bottom: 1px solid orangered;
}