.left-right-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}.left-right-container .left-section{flex-direction:column;flex:400px;align-items:flex-start;max-width:600px;display:flex}.left-right-container .right-section{flex-direction:column;flex:500px;max-width:700px;display:flex}.left-right-container .mobile-bottom-button{display:none}.left-right-container .right-section img,.left-right-container .left-section img{margin:0 auto;display:block}.left-right-container img{max-width:500px}@media screen and (max-width:992px){.left-right-container{justify-content:center}.left-right-container .left-section{align-items:center}.left-right-container.has-mobile-bottom-button .left-section .primary-button,.left-right-container.has-mobile-bottom-button .right-section .primary-button{display:none}.left-right-container.has-mobile-bottom-button .mobile-bottom-button{justify-content:center;width:100%;display:flex}.left-right-container h2{text-align:center}}
