.product-pitch-section{display:flex}.product-pitch-section .content{width:100%;display:flex;flex-direction:column}.product-pitch-section .content .title-container{display:flex;align-items:center;gap:20px;margin-bottom:30px}.product-pitch-section .content .text-content{max-width:800px}.product-pitch-section .content .text-content .buttons-container{margin-top:20px;display:flex;gap:20px;flex-direction:row;flex-wrap:wrap}.product-pitch-section img{width:60px;height:60px}.product-pitch-section h1{font-size:48px;color:#fff;font-weight:700;line-height:1.4}.product-pitch-section h2{color:#fff;font-size:20px;margin-bottom:15px}.product-pitch-section p{font-size:18px;max-width:600px;margin-top:15px;margin-bottom:0;color:#bbc0c0}@media screen and (max-width:768px){.product-pitch-section .content{flex-direction:column;gap:20px}.product-pitch-section .content .right-section{align-items:stretch}.product-pitch-section .content .text-content .buttons-container{margin-top:60px;gap:24px}.product-pitch-section h1{font-size:36px}}