 .kf-cta.kf-parallax {
     padding: 120px 0;
     position: relative;
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
     z-index: 1;
 }

 .kf-cta.kf-parallax::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #41010f;
     z-index: -1;
 }

 .kf-cta .kf-titles {
     margin-bottom: 0;
 }

 .kf-cta .kf-subtitle {
     color: #c8a876;
     margin-bottom: 10px;
     font-size: 1.1rem;
     font-weight: 500;
 }

 .kf-cta .kf-title {
     color: #fff;
     margin: 0;
     font-size: 2.8rem;
     line-height: 1.2;
 }

 @media (max-width: 991px) {
     .kf-cta .kf-title {
         font-size: 2.2rem;
         margin-bottom: 30px;
         text-align: center;
     }

     .kf-cta .kf-subtitle {
         text-align: center;
     }

     .kf-cta .align-right {
         text-align: center !important;
     }
 }