#main.container {
  margin: 0;
  max-width: 100vw;
  min-height: calc(100vh - 200px);
  background: #000;
  padding: 0;
}

.become-hero {
  height: 45vh;
  padding: 16px;
  position: relative;
}

.become-hero-text {
  color: #fff;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 10%;
  width: calc(90% - 16px);
  font-size: 36px;
  max-width: 600px;
}

.become-hero-text em {
  font-style: normal;
  color: #B78B1E;
  background: linear-gradient(136deg, #AD802A 0%, #FBD850 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}


.become-hero-bottom-line {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 95%); 
  width: 3px;
  height: 70%;
  position: absolute;
  left: 5.5%;
  top: 30%;
}

.post-content a:not(.form-button) {
  color: #cba73e;
  opacity: 0.9;
  font-weight: 900;
  text-decoration: underline;
  background: linear-gradient(136deg, #AD802A 0%, #FBD850 100%) !important;
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.fw-600 {
  font-weight: 600;
}

.post-content a:hover {
  opacity: 1;
}

.post-content .form-button {
  background: linear-gradient(136deg, #AD802A 0%, #FBD850 100%) !important;
  padding: 12px 32px;
  display: inline-block;
  color: #000 !important;
  font-weight: 700;
  font-size: 18px;
  border-radius: 24px;
  margin-top: 12px;
}