.products_title_1 {
  font-family: Literata;
  font-size: 36px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: center;
}

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

.products_link_title {
  font-family: Literata;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  padding: 10px;
  text-decoration: none;
}

.products_link_title:hover {
  border: 1px solid #35392A;
  border-radius: 300px;
}

.products_row_padding {
  padding-top: 80px;
}

.products_text_overlay {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Literata';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

.products_div_title {
  border-top: 1px solid #131918;
  margin-top: 15px;
  margin-bottom: 15px;
}

