/*----- Products -----*/

.main {
  margin-top: 55px;
}

.container {
  max-width: 800px;
  padding: 28px 24px 36px;
  margin: 0 auto;
}

.title {
  min-width: 272px;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 20px;
}

.product {
  margin-bottom: 32px;
}

.product:last-child {
  margin-bottom: 0;
}

.product-image {
  margin-bottom: 28px;
}

.product-image img {
  width: 100%;
  border-radius: 10px;
}

.product-name {
  margin-bottom: 8px;
  font-size: 3.6rem;
}

.main p {
  font-family: "Urbanist", sans-serif;
  font-weight: normal;
}