.event-container {
  margin: 2rem auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .event-container {
    max-width: 50%;
  }
}

.event-container img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.cta-button {
  display: inline-block;
  background-color: #156d09;
  color: white;
  padding: 1rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.cta-button:hover {
  background-color: #771A12;
}

.tasting-book-button {
  text-align: center;
  margin-top: 1.5rem;
}

.tasting-book-button .button {
  background-color: #A92D25;
  color: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.tasting-book-button .button:hover {
  background-color: #771A12;
}

.upcoming-tastings-list .container {
  width: 100%;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .upcoming-tastings-list .container {
    max-width: 80%;
    margin: 0 auto;
  }
}

.tasting-list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.tasting-list-item > div {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  .upcoming-tastings-list {
    width: 100%;
  }

  .upcoming-tastings-list .container {
    max-width: 100%;
  }

  .tasting-list-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .tasting-list-item > div {
    margin-bottom: 0;
  }

  .tasting-list-image {
    flex: 0 0 100px;
  }

  .tasting-list-title {
    flex: 1;
    padding: 0 1rem;
  }

  .tasting-list-price,
  .tasting-list-cta {
    flex: 0 0 120px;
    text-align: center;
  }
}
}
