main {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.filter-button {
  margin-top: 64px;
  margin-bottom: 6px;
  max-width: 230px;
  width: 100%;
  height: 37px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  border-radius: 5px;
  background-color: #fabd2c;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.event-icon-img {
  max-width: 20px;
  width: 100%;
  height: 20px;
}

.event-icon-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.try-to-more-button {
  margin: 40px auto 100px auto;
  max-width: 350px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #ea5419;
  font-size: 16px;
  text-align: center;
  color: #fcfcfc;
}

.try-to-more-button button {
  max-width: 350px;
  width: 100%;
  height: 40px;
}

@media (max-width: 1024px) {
  .main {
    max-width: 326px;
  }

  .filter-button {
    margin: 20px 0 0 25px;
  }

  .try-to-more-button {
    margin-top: 50px;
  }
}
