.sec-banner-main{
    aspect-ratio: unset;
    overflow: hidden;
}

.sec-banner-main .content{
    padding-top: 200px;
    padding-bottom: 220px;
}

/* Texto terms */

.sec-term {
    padding: 60px 0;
}

.sec-term .content {
    display: flex;
    flex-direction: column;
}

.sec-term .term-text {
    color: var(--black);
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: justify;
}

.sec-term .term-text h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 10px;
}

.sec-term .term-text h2 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0 0 10px;
}

.sec-term .term-text h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 0 10px;
}

.sec-term .term-text p {
    margin: 0;
}

.sec-term .term-text ul{
    margin-bottom: 0;
}

.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 .term-title {
        font-size: 2rem;
        padding: 0;
    }

}