.homeImg { float:right;margin:0 0 12px 12px; }
@media (max-width:500px) {
.homeImg { float:none;margin:12px 0;width:100% !important; }
}

.maincontent_wrapper { padding-top:0px; }


.financing-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-image: url('/imageserver/AdminMedia/Paralax_Backgrounds/lightBlue2000x800gaf_grandSlate.jpg');
  background-size: cover;
  background-position: center;
  padding: 5% auto;
  margin: 0 auto;
}

.financing-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

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

.financing-wrapper:hover {
  transform: translateY(-10px);
  text-decoration: none;

}

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

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

.financing-wrapper a{
  color: white;
}

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

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

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