.custom-box {
  color: #fff !important;
  padding: 30px;
}

.custom-box-container {
  width: 350px;
  background-color: #FF3700;
}

.flyer-banner {
  background-color: #FF3700;
  padding: 80px 0;
}


.flyer-banner-subtitle {
  color: white !important;
}

#flyer ul li {
  color: var(--bs-secondary-color) !important;
}

.flyer-banner-btn {
  display: inline-block;
  background-color: #fff;
  color: #FF3700;
  border: 2px solid #fff;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.flyer-banner-btn:hover {
  background-color: transparent;
  color: #fff;
}