.section-blog {
    display: flex;
    flex-direction: column;
}

.header-details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../imgs/bg-privacy.png);
    height: 590px;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.267);
}

.bar-header {
    height: 3px;
    border-radius: 3px;
    background: var(--primary-color);
    width: 189px;
}

.title-header {
    font-size: 48px;
    padding-top: 5px;
    font-weight: 500;
    color: white;
    font-family: "Oswald", sans-serif;
}

.sub-header {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: var(--font-color);
}

.section-post {
    padding-top: 97px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    height: 100%;
}

.inside-post {
    width: 869px;
    height: 100%;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
}

.title-term {
    font-size: 36px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: white;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.text-term {
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);

}








/*###################      MOBILE    ###################*/







@media (max-width: 990px) {}