.parallax-section17{align-items:center;background-attachment:fixed;background-image:url(https://images.unsplash.com/photo-1571624436279-b272aff752b5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1472&q=80);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:70vh;justify-content:center;position:relative}.parallax-section17:before{background-color:rgba(0,0,0,.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.parallax-content17{color:#fff;max-width:800px;padding:0 20px;position:relative;text-align:center;z-index:1}.parallax-content17 h1{animation:fadeInDown 1s ease-out;font-size:3rem;margin-bottom:20px}.parallax-content17 p{animation:fadeInUp 1s ease-out;color:hsla(0,0%,100%,.9);font-size:1.2rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.parallax-section17{background-attachment:scroll;height:50vh}.parallax-content17 h1{font-size:2.2rem}.parallax-content17 p{font-size:1rem}}