.section-products .card-container {
  /* margin-top: 32px; */
  margin: 32px auto;
  padding: 32px;
  border: 1px solid gray;
  border-radius: 3px;
  max-width: 486px;
}

.section-products .card-container img {
  width: 100%;
}

.section-products .card-container .title {
  margin: 10px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Sequel Sans Book Body', sans-serif;
  color: white;
}
.section-products .card-container .description {
  margin-bottom: 10px;
  font-family: 'Sequel Sans Book Body', sans-serif;
  color: gray;
}

.section-products .card-container .btn-wrapper {
  text-align: center;
}

.section-products .card-container .btn-wrapper button {
  width: 100%;
}