.tools-section{padding:60px 0}.tools-section .heading-txt{margin:0 auto;max-width:1000px;padding-bottom:40px}.tools-section .heading-txt h2 span{color:var(--secondary_color)}.tools-section .heading-txt p{margin:0 auto 15px;max-width:840px}.tools-section .overflow{overflow:hidden;position:relative}.tools-section .scroll-block{width:max-content}.tools-section .scroll-block .block{align-items:center;background-color:#fff;border-radius:50px;box-shadow:0 4px 6.5px 0 #0000001a;display:inline-flex;margin:0 20px 30px;padding:8px 22px}.tools-section .block .icon{margin-right:13px}.tools-section .block img{max-width:50px}.tools-section .scroll-block .block p{color:#000;font-size:28px;font-weight:500;margin-bottom:0}.tools-section .overflow:after{background:linear-gradient(90deg,#fff,transparent);left:0}.tools-section .overflow:after,.tools-section .overflow:before{content:"";height:100px;position:absolute;top:-20px;width:200px}.tools-section .overflow:before{background:linear-gradient(270deg,#fff,transparent);right:0;z-index:1}.tools-section .track-left{animation:moveLeft 25s linear infinite}.tools-section .track-right{animation:moveRight 25s linear infinite}@keyframes moveRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes moveLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:767px){.tools-section{padding:40px 0}.tools-section .heading-txt{padding-bottom:20px}.tools-section .block img{max-width:30px}.tools-section .scroll-block .block p{font-size:20px}}