.featured-event {
  max-width: 720px;
  margin: 0 auto 42px;
  padding: 20px;
  background: #2a160d;
  border: 8px solid #754523;
  box-shadow: inset 0 0 0 2px #c58a4e, 0 14px 32px #0005;
}

.featured-event h2 {
  margin: 0 0 16px;
  color: #f2d29c;
  font-size: clamp(26px, 4vw, 38px);
  text-transform: uppercase;
}

.featured-event img {
  display: block;
  width: 100%;
  height: auto;
  background: #f7ead1;
}

.featured-event .btn {
  margin-top: 18px;
}

@media (max-width: 720px) {
  .featured-event {
    margin-bottom: 30px;
    padding: 8px;
    border-width: 5px;
  }

  .featured-event h2 {
    padding: 8px 4px 0;
  }
}
