.page-header {
    padding-top: 150px;
    padding-bottom: 48px;
}

.header-title {
    font-family: var(--font-1);
    font-weight: 500;
    font-style: Medium;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: -0.52px;
    color: rgba(26, 38, 32, 1);
}

.last-update-article img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.article-thumbnail {
    height: 200px;
    object-fit: cover;
    width: 100%;
}


.article-category {
    font-family: var(--font-2);
    font-weight: 500;
    font-style: Medium;
    font-size: 11px;
    letter-spacing: 1.98px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(182, 136, 58, 1);
    margin-bottom: 18px;
    display: block;
}

.article-title {
    font-family: var(--font-1);
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: -0.52px;
    color: rgba(26, 38, 32, 1);
}


.article-subtitle {
    font-family: var(--font-1);
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: -0.52px;
    color: rgba(26, 38, 32, 1);
}

.article-desc {
    font-family: var(--font-2);
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(26, 38, 32, 1);
}

@media (min-width: 768px) and (max-width: 997.98px) {

}

@media (max-width: 767.98px) {

}
