.viewport-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0;
  position: relative;
  background-color: #fff;
}

.before-section,
.after-section {
  background-color: #f5f5f5;
}

.main-section {
  background-color: #fff;
  height: 143vh;
  margin-top: -16rem;
  z-index: 2;
}

.content-wrapper {
  text-align: center;
  max-width: 100%;
  width: 100%;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}

.main-title {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: #00ff9d;
}

.ribbon-container {
  position: absolute;
  width: 100%;
  overflow: hidden;
  margin: 2rem 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-3deg);/*  !important; */
  z-index: 4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transform-origin: center;
}

.ribbon-container2 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  margin: 2rem 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(3deg);/*  !important; */
  z-index: 3;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transform-origin: center;
}

.ribbon {
  padding: 1rem 0;
  transform: rotate(0deg);
  position: relative;
}

.ribbon-container .ribbon {
  background-color: #ff0000;
}

.ribbon-container2 .ribbon {
  background-color: #C00000;
}

.marquee-content {
  display: flex;
  white-space: nowrap;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.ribbon-container2 .marquee-content {
  display: flex;
  white-space: nowrap;
  flex-direction: row-reverse;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.marquee-content span {
  padding-right: 10px;
  padding-left: 0px;
}

.subtitle {
  font-size: 1.5rem;
  color: #00ff9d;
  margin-top: 2rem;
}