.title_about_number {
  font-size: 96px;
  font-weight: 600;
  font-family: 'Literata';
  color: #819069;
  letter-spacing: -10px;
}

@media (min-width: 992px) {
  .title_about_number {
    font-size: 164px;
    font-weight: 600;
    font-family: 'Literata';
    color: #819069;
    letter-spacing: -10px;
  }
}

.title_about_1 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Literata';
  line-height: 32px;
}

.section_padding_about {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 992px) {
  .section_padding_about {
    padding-top: 124px;
    padding-bottom: 124px;
  }
}

@media (min-width: 1400px) {
  .section_header_padding_article_product_pages {
    padding-bottom: 94px;
  }
}

