.hero-section{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1250px;padding:100px 0;width:100%}.hero-section .left-content{display:flex;flex-direction:column;width:35%}.hero-section .left-content .title{color:#fff;font-family:IBM Plex Sans;font-size:48px;font-style:normal;font-weight:600;line-height:130%;text-transform:capitalize;width:150%}.hero-section .left-content .desc{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:300;line-height:150%;margin-bottom:40px;margin-top:20px;width:120%}.hero-section .left-content .btn-book-a-demo{background-color:#1275dc;color:#fff;cursor:pointer;font-family:Manrope;font-size:16px;font-style:normal;font-weight:600;line-height:150%;padding:12px 24px;transition:all .3s ease-in-out;width:fit-content}.hero-section .left-content .btn-book-a-demo:hover{background-color:#0158ae}.hero-section .right-content{width:55%}.hero-section .right-content img{width:100%}@media screen and (max-width:1023px){.hero-section{flex-direction:column;padding:120px 20px 50px}.hero-section .left-content{text-align:left;width:100%}.hero-section .left-content .title{font-size:28px;width:100%}.hero-section .left-content .desc{max-width:500px;width:100%}.hero-section .right-content{max-width:450px;width:100%}.hero-section .right-content img{width:100%}}@media screen and (min-width:1024px) and (max-width:1350px){.hero-section{padding-left:20px}.hero-section .right-content img{width:100%}}