.hero-section{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;height:auto;padding:3%}.hero-section>div{width:50%;overflow:hidden}.hero-image{display:flex;align-items:center;justify-content:center}.hero-image img{width:70%;margin:0 auto;height:auto}.hero-content{display:flex;flex-direction:column;align-items:left;justify-content:center}.hero-content h1{font-size:1.3rem;text-transform:uppercase;background:var(--gradient-bg);-webkit-background-clip:text;background-clip:text}.hero-content h1,.hero-content h2{width:100%;text-align:left;font-family:var(--font-inter)}.hero-content h2{font-size:2.5rem;line-height:2.9rem;color:var(--main-color);margin-top:8px;margin-bottom:15px}.hero-content p{font-size:1.2rem;font-family:var(--font-inter);color:var(--gray-color)}.hero-content p strong{background:var(--graident-bg);-webkit-background-clip:text;background-clip:text;font-size:1.4rem}.hero-cta{padding:15px 20px;width:280px;height:auto;font-size:1.05rem;font-family:var(--font-inter);line-height:1.45rem;cursor:pointer;text-decoration:none;color:var(--primary-color);border-radius:10px;font-weight:500;margin-top:15px;background:var(--main-color)}.hero-cta:hover{transition:all .4s ease;background:var(--main-hover-color)}@media only screen and (max-width:1130px){.hero-section{flex-direction:column-reverse}.hero-section>div{width:100%}.hero-content{justify-content:center;align-items:center}.hero-content>*,.hero-content>h1,.hero-content>h2{text-align:center;justify-content:center;align-items:center}.hero-image img{width:500px;height:auto}}@media only screen and (max-width:720px){.hero-image img{width:300px;height:auto}.hero-content h1{font-size:1rem}.hero-content h2{font-size:2.1rem;line-height:2.6rem}.hero-content p{font-size:1rem}.hero-content p strong{font-size:1.2rem}}.readyToGrowDiv{width:100%;height:auto;font-size:2rem;background:var(--gradient-bg);padding:40px 5%;display:flex;line-height:2.5rem;align-items:center;justify-content:center}.readyToGrowDiv span{font-weight:600;font-family:var(--font-poppins);color:var(--primary-color);-webkit-background-clip:text;background-clip:text}.readyToGrowDiv span a{color:var(--navBg)}.storyMain{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center}.storyImage{display:flex;overflow:hidden;height:auto;width:40%}.storyImage>img{width:100%;height:auto}.ourStoryDiv{width:60%;overflow:hidden;height:auto}.ourStoryDiv h3{width:100%;text-align:left;padding-left:3%;font-size:2.5rem;font-family:var(--font-inter);line-height:2.9rem;color:var(--main-color);margin-top:20px;margin-bottom:15px}.ourStoryDiv h4{padding:7px 3%;line-height:1.7rem;font-size:1.2rem;font-weight:500;font-family:var(--font-poppins);color:var(--gray-color)}@media only screen and (max-width:1100px){.storyImage{display:none}.ourStoryDiv{width:100%}}