.hero-section{animation:gradient 25s ease infinite;background-image:linear-gradient(-45deg,#00a965d9,#00a965,#00a965c7,#00a965)!important;background-size:400% 400%!important;padding:80px 0}.hero-section .cont{margin:0 auto;max-width:1200px}.hero-section .left{padding-right:50px;width:60%}.hero-section .top{display:flex}.hero-section .right{background:#fff;border-radius:30px;padding:30px;width:40%}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:800px){.hero-section .top{flex-direction:column}.hero-section .left{padding:0;width:100%}.hero-section .right{width:100%}.hero-section .cont{padding-left:20px;padding-right:20px}}