
body {
  overflow-x: hidden !important;
  width: 100% !important;
}
.main-title {
  font-family: "Felipa", serif;
  font-weight: 400;
  font-style: normal;

  font-size: 48px;
  color: #fff;

  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.subtitle,
.tagline {
  font-family: "Great Vibes", cursive;
  font-size: 45px;
  color: #844c3a;
  margin-bottom: 10px;
}

.description {
  font-size: 16px;
  max-width: 500px;
  line-height: 1.6;
}

.event-container {
  display: flex;
  align-items: center;

  flex-wrap: wrap;
}

.event-image img {
  border-radius: 10px;
}

.event-text {
  max-width: 600px;
}

.build-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap-reverse;
}

.build-text {
  max-width: 600px;
}

.build-image img {
  border-radius: 10px;
}
