.products {
  width: 80%;
  margin: 0 auto 35px;
}

.products__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.products__product {
  width: 141px;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.products__product-subtitle {
  width: 100%;
  line-height: 10px;
  font-size: 8px;
  font-weight: 400;
  text-align: left;
  margin: 0;
}

.products__product-photo {
  width: 141px;
  height: 141px;
  display: block;
  object-fit: cover;
  margin: 0;
}
