.header .nav {
    border-bottom: 1px solid var(--border-dark);
}

.sec-term {
    padding: 150px 0 0;
}

.sec-term .content {
    display: flex;
    flex-direction: column;
    padding: 0 100px;
}

.sec-term .term-title {
    text-align: center;
    color: var(--text-light);
    font-size: 3.2rem;
    font-weight: 700;
    padding: 0 200px;
    line-height: 1;
    margin-bottom: 60px;
}

.sec-term .term-text {
    color: var(--text-light);
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 0 0 40px;
    border-bottom: 1px solid var(--border-dark);
}

.sec-term .term-text h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 12px;
}

.sec-term .term-text h2 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0 0 12px;
}

.sec-term .term-text h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 0 12px;
}

.sec-term .term-text p {
    margin: 0 0 5px;
}

.sec-term .term-text blockquote {
    border-left: 4px solid var(--primary);
    padding: 15px;
    margin: 20px 0;
    font-style: italic;
    color: var(--text-muted);
    background-color: var(--blockquote);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media(max-width: 1200px) {
    .sec-term .content {
        padding: 0;
    }

    .sec-term .term-title {
        font-size: 2rem;
        padding: 0;
    }

}