.com-content-article.item-page .page-header .title-section {
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  margin: 0;
  padding: 0;

}

.com-content-article.item-page .page-header .title-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.41) 50%, rgba(29, 29, 29, 0) 100%);
}

.com-content-article.item-page .page-header .title-section h1 {
  text-align: center;
  color: var(--color-secondary);
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
}

@media(min-width: 1921px) {
  .com-content-article.item-page .page-header .title-section h1 {
    margin-top: 12.375rem;
    margin-bottom: 12.375rem;
  }
}

@media(max-width: 1920px) and (min-width: 992px) {
  .com-content-article.item-page .page-header .title-section h1 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
}

@media(max-width: 991px) {
  
  .com-content-article.item-page .page-header .title-section h1 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    font-size: 1.625rem
  }
  
  .com-content-article.item-page .page-header + .item-article.withImgFull {
   margin-top: -2rem !important;
  }
}


.com-content-article.item-page .page-header {
  position: relative;
  z-index: 1
}

.com-content-article.item-page .page-header + .item-article {
  max-width: 52.5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#t4-more-news {
  margin-bottom: 5rem;
}

.com-content-article.item-page .page-header + .item-article.withImgFull {
  z-index: 2;
  position: relative;
  margin-top: -3rem;
}

.com-content-article.item-page .item-article.withImgFull figure {
  margin-bottom: 1rem;
}

.com-content-article .item-article.withImgFull figure.item-image{
  width: 100%;
  background-color: var(--body-bg-color);
  text-align: center;
}

.com-content-article .item-article.withImgFull figure.item-image > img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}


.com-content-article.item-page .page-header + .item-article.withImgFull figure.pull-left {
  float: unset !important;
}

.com-content-article.item-page .page-header + .item-article.withImgFull figure.item-image.pull-left > img {
  object-position: left;
}

.com-content-article.item-page .page-header + .item-article.withImgFull figure.item-image.pull-right > img {
  object-position: right;
}

.com-content-article.item-page .article-info {
  margin-bottom: 1rem;
}

.com-content-article.item-page .article-info .category-name {
  font-size: 0.875rem;
  font-weight: 600;
}

.com-content-article.item-page .article-info .category-name a {
  color: var(--color-secondary);
}

.com-content-article.item-page .article-info .published time {
  color: var(--color-secondary);
}

.com-content-article.item-page figure.item-image > figcaption {
  background-color: var(--color-primary);
  color: var(--body-bg-color);
  text-transform: unset;
  text-align: justify;
  padding: .5rem;
  line-height: 1.25;
}

.com-content-article.item-page .item-body figure.image > figcaption {
  background-color: var(--color-primary);
  text-transform: unset;
  color: var(--body-bg-color);
  padding: .5rem;
  line-height: 1.25;
  text-align: justify;
}