.articles_title_1 {
  font-family: Literata;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #131918;
}

@media (min-width: 992px) {
  .articles_title_1 {
    font-size: 40px;
    line-height: 64px;
  }
}

.articles_author {
  font-family: Literata;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #819069;
}

@media (min-width: 992px) {
  .articles_author {
    font-size: 20px;
  }
}

.articles_date {
  font-family: Literata;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  color: #819069;
}

@media (min-width: 992px) {
  .articles_date {
    font-size: 28px;
  }
}

.articles_paragraph {
  font-family: Literata;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #131918;
}

@media (min-width: 992px) {
  .articles_paragraph {
    font-size: 20px;
    line-height: 32px;
  }
}

.articles-image-style {
  object-fit: cover;
  width: 342px;
  height: 214px;
}

@media (min-width: 576px) {
  .articles-image-style {
    object-fit: cover;
    width: 952px;
    height: 594px;
  }
}

.articles_photos {
  object-fit: cover;
  height: 130px;
  width: 100%;
}

@media (min-width: 992px) {
  .articles_photos {
    object-fit: cover;
    height: 174px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .column_max_width {
    max-width: 80%;
  }
}

.column_gallery_style {
  border-top: 2px dashed #819069;
  border-bottom: 2px dashed #819069;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title-text-previews-next {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Literata';
  color: #131918;
  align-items: center;
}

@media (min-width: 992px) {
  .title-text-previews-next {
    font-size: 32px;
  }
}

