.tizers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.tizers-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 400px;
  align-items: center;
}

.tizers-desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.tizers-subdesc {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  color: #857040;
}