@import url('https://cdn.vizyt.com.ua/style.css');

:root {
  --main-color: #c1a369;
  --bg-color: #fbf8f2;
  --body-color: #1d1d1d;
}


.blog.products .article-list .article-header h2 {
    margin: 0;
    font-size: 14px;
}
.download-stl a{
  background: #c1a369;
   padding: 5px 10px;
   border-radius: 6px;
   color: #fff;
   font-size: 10px;
   font-weight: 700;
   text-transform: uppercase;
}
.download-stl a:hover{
  background: #b78c3a;
}
.size {
    font-size: 11px;
    color: #808080;
}
.article .article-header{
    display: flex;
    justify-content: center;
}
.blog.products .article-list .article .article-intro-image{
    padding: 25px;
    transition: all 0.5s;
}
.blog.products .article-list .article .article-header{
    margin-bottom: 5px;
}
.blog.products .article-list .article .article-header h2{
   margin: 0;
   font-size: 14px;
}
.blog.products .article-list .article .article-introtext{
    text-align: center;
    padding: 0px 15px 15px;
}
