body.blog div.com-content-article div.page-header
{
  height: calc(100vw / 2);
  width: 100%;
  position: absolute;
  align-content: center;
}
body.blog div.com-content-article h1
{
  color: #fff;
  max-width: 700px;
  width: 90%;
  padding: 1em 2em;
  margin: auto;
  max-height: 90%;
  background: rgba(90, 90, 90, .75);
  color: #fff;
  font-family: "Outfit";
  font-weight: 100;
  font-size: 4em;
}
body.blog div.com-content-category-blog h1
{
  background: #313131;
  color:#fff;
  margin:0;
  padding: 40px;
}
body.blog div.page-header h1, body.blog div.com-content-category-blog h1
{
  text-align: center;
  font-family: 'Outfit', 'Font Awesome 6 Free';
  font-weight: 200;
}
body.blog div.page-header h2,body.blog div.page-header h2 a
{
  font-family: 'Outfit', 'Font Awesome 6 Free';
  font-weight: 200;
  color: #fff;
  text-decoration: none;
}
body.blog div.blog-item,body.blog div.blog-items
{
  margin:0 0 1px 0;
  padding:0;
  position:relative;
}
body.blog div.com-content-article__body h2,body.blog div.com-content-article__body h3
{
  text-align: center;
  font-family: 'Outfit', 'Font Awesome 6 Free';
  font-weight: 200;
}
body.blog div.com-content-article__body
{
  padding: 30px 10px;
  max-width:1400px;
  margin: auto;
  text-align: justify;
}
body.blog div.item-content,
body.notfound div.com-content-article__body
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1400px;
  padding: 20px;
  border: solid 1px #fff;
  background: rgba(90, 90, 90, .85);
  color:#fff;
}
body.notfound div.com-content-article
{
  position: relative;
}
body.notfound div.com-content-article__body
{
  text-align: center;
}
body.blog div.blog-items figure, body.blog div.item-pageblog figure
{  
  width:100%;
  margin:0;
  padding:0;
}
body.blog div.blog-items figure img, 
body.blog div.item-pageblog figure img,
body.notfound div.com-content-article figure img
{
  width:100%;
}
body.blog ul.pagination
{
  width: 220px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
body.blog ul.pagination li.active>.page-link
{
  background: #313131;
  color:#fff;
}
body.blog ul.pagination li>.page-link
{
  color:#313131;
}
body.blog div.com-content-article__body a.button
{
  width: 800px;
  text-align: center;
  color: #313131;
  border-color: #313131;
  margin: auto;
  display: block;
}