.hero-section{margin:0 auto;max-width:100%;overflow:hidden}.hero-content{align-items:center;display:flex;justify-content:space-between}.hero-text{flex-basis:40%;padding-right:2rem}.subheading{color:#333;font-size:25px;letter-spacing:2.1px;margin-bottom:.5rem;text-transform:uppercase}.main-heading{color:#000;font-size:40px;font-weight:700;margin-bottom:1rem}.description{color:#666;font-size:1.1rem;line-height:1.6}.hero-image{border-radius:8px;flex-basis:60%;overflow:hidden;position:relative}.hero-image:before{background:#fff;content:"";height:105%;left:0;position:absolute;top:0;transform:skew(-10deg) translateX(-50%);width:25%;z-index:1}.hero-image img{border-radius:8px;display:block;height:auto;object-fit:cover;width:100%}@media (max-width:768px){.hero-content{flex-direction:column}.hero-text{margin-bottom:2rem;padding-right:0}.hero-image,.hero-text{flex-basis:100%}.hero-image{width:100%}.main-heading{font-size:2.5rem}.hero-image:before{transform:skew(-10deg) translateX(-30px);width:20%}}@media (max-width:480px){.hero-section{padding:2rem 1rem}.main-heading{font-size:2rem}.description,.subheading{font-size:1rem}.hero-image:before{transform:skew(-10deg) translateX(-40px);width:15%}}