.product-hero{display:flex;justify-content:space-between}.mobile-hero-logo{display:none}.product-hero-section-left{display:flex;flex-basis:50%;flex-direction:column;max-width:514px}.product-hero-section-right{flex-basis:50%}.product-title{color:var(--blueJeansColor);margin-bottom:17px}.product-description{color:var(--blackCoral);font-size:22px;margin-bottom:36px}.product-button{align-items:center;background-color:var(--blueRyb);display:flex;justify-content:center;margin-bottom:55px;padding:18px 36px;width:fit-content}.button-arrow{display:flex;margin-left:22px}.product-trusted-by{display:flex;flex-direction:column}.trusted-by-title{color:var(--grayWeb);font-family:Inter;font-size:16px;font-weight:600;line-height:26px;margin-bottom:21px}.trusted-by-logos{display:flex}.trusted-by-logo{margin:0 10px}@media only screen and (max-width:768px){.product-hero-section-right{display:none}.product-hero-section-left{align-items:center;flex-basis:100%;text-align:center}.product-trusted-by{width:100%}.trusted-by-title{text-align:left}.mobile-hero-logo{display:block;margin-bottom:15px}.product-button{padding:18px 60px}.product-title{font-size:36px;line-height:46px}.product-description{font-size:18px;line-height:30px}a.button.product-button{width:100%}}