.article .image {
  margin: 0 auto 20px;
  text-align: center;
}
.article .image img {
  width: 100%;
  height: auto;
}
.article .publish__author {
  color: #a6a6a6;
  text-align: center;
  margin-bottom: 14px;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
}
.article .socials {
  margin-bottom: 40px;
}
.article .socials ul {
  text-align: center;
  height: 40px;
}
.article .socials ul li {
  display: inline-block;
  cursor: pointer;
  color: #787878;
  font-size: 40px;
}
.article .socials ul li [class*='icon-facebook'] {
  font-size: 44px;
  margin-right: 10px;
}
.article .socials ul li a {
  color: #787878;
}
.article .title__page {
  line-height: 46px;
  text-transform: none;
  padding: 0;
  margin-bottom: 17px;
  font-size: 36px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.article__content {
  width: 830px;
  margin: 0 auto;
  line-height: 30px;
  color: #111;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.article__content p {
  margin-bottom: 20px;
}
.article__content--lead {
  line-height: 33px;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.article__content--body {
  line-height: 30px;
  font-weight: 300;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.article__content--body b {
  font-weight: 500;
}
.article__content--body blockquote {
  text-align: center;
  font-style: italic;
  width: 500px;
  margin: 107px auto 82px;
  line-height: 20px;
  position: relative;
  font-weight: 800;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
}
.article__content--body blockquote:before {
  font-family: 'icomoon';
  content: "\e908";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translate(-50%, 0);
  transform: translate(0, -50%);
  color: #111;
  font-size: 23px;
}
.article__content .subtitle__intext {
  display: none;
}
@media all and (max-width: 768px) {
  .article .publish__author {
    color: #a6a6a6;
    text-align: center;
    margin-bottom: 14px;
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
  }
  .article .socials {
    margin-bottom: 40px;
  }
  .article .socials ul {
    text-align: center;
    height: 40px;
  }
  .article .socials ul li {
    display: inline-block;
  }
  .article .title__page {
    line-height: 46px;
    text-transform: none;
    padding: 0;
    margin-bottom: 17px;
    font-size: 36px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
  }
  .article__content {
    width: 100%;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  .article__content p {
    margin-bottom: 20px;
  }
  .article__content--lead {
    line-height: 30px;
    font-size: 20px;
  }
  .article__content--body {
    line-height: 30px;
    font-weight: 300;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
  }
  .article__content--body b {
    font-weight: 500;
  }
  .article__content--body blockquote {
    width: 100%;
    margin: 30px auto;
    font-size: 16px;
  }
}

.more__articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more__articles .list-element {
  width: 325px;
}
