.products-container {
  margin-top: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.product {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: left;
  min-height: 400px;
  flex-direction: column;
}

.product-reverse-small {
  display: flex;
  flex-direction: column-reverse;
}

.product ul {
  text-align: left;
}

.product p {
  text-align: left;
}

.product-text {
  padding: 12px;
  margin-left: 20px;
  font-weight: 300;
  max-width: 300px;
}

.product-text-last {
  max-width: 300px;
  padding: 12px;
  margin-left: 20px;
  font-weight: 300;
  text-align: center;
  font-size: 20px;
  max-width: 600px;
}

.prices-mask-product {
  -moz-transform: scale(1, -1.8);
  -webkit-transform: scale(1, -1.8);
  -o-transform: scale(1, -1.8);
  -ms-transform: scale(1, -1.8);
  transform: scale(1, -1.8);
}

.product-header-h3 {
  font-weight: 400;
  color: rgb(72, 72, 72, 0.8);
}

.product-last-container {
  width: 100%;
  background-image: linear-gradient(to bottom, #f0eef6, #ffffff, #f0eef6);
}

.product-svg-container {
  margin-right: 20px;
  margin-left: 20px;
  width: 200px;
  max-width: 100%;
}

.product-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.product-img {
  width: 200px;
}

.margin-right {
  margin-right: 20px;
}

.product-last {
  margin-top: 20px;
  flex-direction: column;
  text-align: center;
}

.product-contact {
  cursor: pointer;
}

@media only screen and (min-width: 1080px) {
  .product {
    flex-direction: row;
  }

  .product-last {
    flex-direction: column;
    text-align: center;
  }

  .products-container {
    align-items: center;
  }

  .prices-mask-product {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .product-svg-container {
  margin-right: 20px;
  margin-left: 20px;
  width: 350px;
  max-width: 100%;
}
}
