.header_wrapper {
  background-color: rgba(255, 255, 255, .75);
}

.financing-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.financing-wrapper {
  position: relative;
  text-align: center;
  color: black;
  padding: 2rem;
  max-width: 900px;
  transition: transform 0.3s ease;
}


.financing-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: black;
  text-decoration: none;
}

.financing-wrapper a:hover {
  text-decoration: none;
  color: black;
}

.financing-wrapper a {
  color: black;
}

.financing-wrapper .btn-primary:hover {
  color: black;
}

.financing-wrapper p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  text-decoration: none;
}

.financing-global {
  background-image: linear-gradient(rgba(255, 255, 255, .6) 0 0), url(/imageserver/UserMedia/roofreborn/abstract_bg.webp);
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .financing-container {
    background-attachment: scroll;
  }
}