.welcome-section{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:24px;width:100%}.welcome-section img{width:50%;min-width:50%;height:auto;border-radius:7px;object-fit:cover}.welcome-text-section{display:flex;flex-direction:column;gap:2rem}.welcome-text-section .cta-button{align-self:flex-start;background-color:var(--color-primary);color:var(--color-blue13)}.dark-theme .cta-button{background-color:var(--color-blue13);color:var(--color-primary)}.welcome-text,.welcome-image{flex:1;justify-content:center;align-items:center;width:50%;gap:3rem}.carousel-bg-box{background-color:var(--color-primary);padding:2rem 0;width:100%}@media(max-width:1024px){.welcome-text,.welcome-image{width:100%}.welcome-section img{max-width:400px}.welcome-section .cta-button{align-self:center;font-size:16px}}@media(max-width:768px){.welcome-section{flex-direction:column;align-items:center;text-align:center}.welcome-section img{width:100%}.welcome-section .cta-button{font-size:14px}}@media(min-width:769px){.info-container.row-reverse{flex-direction:row-reverse}.info-container.row{flex-direction:row}}
