.cta-features {
   background: #003c6b;
   color: #ffffff;
}

.cta-features .row {
   display: flex;
   flex-wrap: wrap;
}

.cta-feature {
   padding: 15px;
   width: 50%;
}

.cta-feature .cta-feature-title {
   font-size: 20px;
   font-weight: 300;
   letter-spacing: 1.2px;
   line-height: 1.4;
}

.cta-feature p {
   display: block;
   margin: 10px auto 0 auto;
   max-width: 200px;
}

.cta-feature svg {
   height: 65px;
   width: 65px;
}

@media only screen and (min-width: 1024px) {
   .cta-feature {
      width: 25%;
   }

   .cta-feature .cta-feature-title {
      font-size: 24px;
      letter-spacing: 1.2px;
   }
}

.banner-video-alt + .cta-features-alt {
   margin-top: 40px;
}

.cta-features-alt {
   background: #09233c;
}

.cta-features-alt h2 {
   color: #ffe339;
   font-size: 36px;
   margin: 20px 0;
   line-height: 1.4;
   letter-spacing: 1.5px;
   padding: 0 15px;
   width: 100%;
   text-align: center;
}

.cta-features-intro {
   font-size: 18px;
   line-height: 1.8;
   margin: 0 auto 20px auto;
   max-width: 1000px;
   padding: 0 15px;
   text-align: center;
}

.cta-features-alt .cta-feature {
   display: flex;
   align-items: center;
   flex-direction: column;
   width: 100%;
}

.cta-feature-image {
   padding: 0 15px;
   margin-bottom: 15px;
   width: 150px;
}

.cta-feature-image svg {
   height: 100px;
   width: 100px;
}

.cta-feature-content {
   display: flex;
   flex-direction: column;
   padding: 0 15px;
}

.cta-feature-content h3 {
   color: #46DEFF;
   font-size: 24px;
   margin: 0;
}

.cta-feature-content p {
   line-height: 1.8;
   margin: 10px 0 20px 0;
   max-width: 100%;
}

.cta-feature-content a {
   align-self: flex-start;
   border: 1px solid #ffe339;
   color: #ffffff;
   font-size: 18px;
   margin: auto auto 0 auto;
   padding: 10px 18px;
   transition: color 0.5s;
}

.cta-feature-content a:hover {
   color: #ffe339;
   text-decoration: none;
}

.cta-feature-columns {
   margin: 20px 0;
}

.cta-feature-columns ul li {
   margin-top: 5px;
}

.cta-feature-columns ul li i {
   color: #ffe339;
   margin-right: 5px;
}

.cta-columns-buttons a {
   display: block;
   margin-right: 10px;
   margin-top: 20px;
}

@media only screen and (min-width: 480px) {
   .cta-features-alt .cta-feature {
      width: 50%;
   }

   .cta-features-alt .cta-feature-content {
      height: 100%;
   }
}


@media only screen and (min-width: 1024px) {
   .cta-features-alt .cta-feature {
      align-items: flex-start;
      text-align: left;
      padding: 30px 0;
      width: 50%;
   }

   .cta-feature-content {
      height: 100%;
   }

   .cta-feature-columns {
      display: flex;
      width: 100%;;
   }

   .cta-feature-content {
      width: 100%;
   }
   
   .cta-feature-columns .left {
      margin-right: 40px;
   }

   .cta-features-alt .cta-feature {
      flex-direction: row;
   }

   .cta-columns-buttons a {
      display: inline-block;
   }
}