.section{padding:170px 80px;min-height:100vh;background-color:#f2f2f2}.section.dark{background-color:#a8a8a8}.section-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:40px}.section-text{flex:1 1 50%;padding-right:30px}.section-img{flex:1 1 40%;text-align:center}.section-img img{max-width:100%;border-radius:10px}h2{font-size:48px;color:#333;font-weight:700}.home>p{font-size:18px;color:#666;line-height:1.6;max-width:500px}@media (max-width:768px){.section{padding:80px 20px}.section-content{flex-direction:column;text-align:center}.section-img,.section-text{flex:1 1 100%;padding:0}h2{font-size:32px}p{font-size:16px;max-width:100%}}.screen-wrapper{flex-wrap:wrap;gap:40px}.container,.screen-wrapper{display:flex;justify-content:center}.container{width:22%;min-width:200px}@media (max-width:768px){.container{width:45%;min-width:450px;display:flex;justify-content:center}}.box img{width:100%;height:auto;border-radius:10px;transition:transform .3s ease-in-out}.box img:hover{transform:scale(1.05)}.banner{background-image:url(/website-assets/banner.png);background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:100dvh;display:flex;align-items:flex-start;justify-content:flex-start;padding:60px 16px;color:#fff}