/* Ensure the section takes full width and height as needed */
.cc--component-container.cc--full-width-hero {
  position: relative;
  width: 100%;
  height: auto; /* Adjust this based on your needs */
}
/* Style the text overlay container */
.text-overlay {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  color: white; /* Adjust text color as needed */
  text-align: center;
  z-index: 10; /* Ensure text is above the image */
  padding: 20px; /* Adjust padding as needed */
}

/* Style the background image */
.background-image.hero-bg-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height; adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Optional: style the text and line */
.rssw-text {
  font-size: 2rem; /* Adjust font size as needed */
  margin-bottom: 10px;
  margin-left: -66rem;
  color: white;
  font-size: 4.5rem;
  text-align: center;
  font-family: Oswald;
}

.v-line {
  border-left: 2px solid white; /* Adjust the line style as needed */
  height: 50px; /* Adjust height as needed */
  margin: 0 auto;
}
@media (min-width: 43.75rem) {
  .main-content__container {
  	padding-top: 10px
  }
}