section.home-gallery h2.section-title,
section.home-gallery h3.section-subtitle {
    margin-bottom: 12px;
}

.footer-cta .container {
    max-width: unset;
    padding: 0;
}

.footer-cta .footer-cta-wrapper {
    display: flex;
    flex-direction: column-reverse !important;
}

.footer-cta .footer-cta-image {
  position: relative;
  overflow: hidden;
}

.footer-cta .footer-cta-image img{
    max-height: 600px;
    width: 100%;
    display: block;
}

.footer-cta .footer-cta-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%; /* adjust based on how much fade you want */
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.footer-cta .footer-cta-content{
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-cta .footer-cta-content h2 {
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
}

.footer-cta h3.section-subtitle{
 margin-left: auto;
  margin-right: auto;
}

.footer-cta .cta-buttons{
  margin-top: 42px;
}

.footer-cta .cta-buttons .btn{
  padding: 18px 42px;
  margin-right: 15px;
}

.footer-cta h2.section-subtitle, 
.footer-cta h3.section-subtitle{
  margin-bottom: 24px;
}

@media screen and (max-width: 992px) {
    section.new-section.footer-cta .container {
        padding: 0;
    }
  }

@media screen and (max-width: 768px) {
  .footer-cta h2.hero-subtitle, 
  .footer-cta h3.section-subtitle {
    margin-bottom: 15px;
  }

  .footer-cta .cta-buttons{
    margin-top: 12px;
  }

}

