#fw-section-hero-5d35f78a-2371-426f-a795-815207d638e8 {

.hero__text {
    color: #FFB02E;
    font-weight: bold;
    background-color: #7800ff;
    width: fit-content;
    padding: 0.3em;
}
@media screen and (orientation:portrait){
.hero__container {
  flex-direction: column;

}
  .hero__container .section-background {
      position: relative;
  }
  .hero__container .section-background__image {
    background-size: cover;
    background-position: 70%;
    position: relative;
    height: 100vw;
  }
  div::before {
    content: none;
  }
  
}
}