.signage-section{background-color:var(--primary-color);box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:60px 80px}.label{color:var(--primary-color);background-color:var(--secondary-color);text-transform:uppercase;letter-spacing:-.05em;border-radius:20px;margin-bottom:10px;padding:4px 12px;font-size:.8rem;display:inline-block}.top-text{color:var(--tertiary-color);letter-spacing:-.05em;margin:20px 0;padding:40px 0;font-size:1rem;font-weight:300;line-height:1.5}.top-text .highlight{color:#f44336;letter-spacing:1px;text-transform:uppercase;font-size:.9rem;font-weight:700}.top-text .intro{color:var(--tertiary-color);letter-spacing:-.05em;padding:20px 0;font-size:1rem;font-weight:300;line-height:1.5}.service-block{justify-content:space-between;gap:40px;height:400px;margin-bottom:40px;display:flex}.service-block:nth-child(2n){flex-direction:row-reverse}.text-section{background-color:var(--primary-color);text-align:left;width:40%;height:100%;padding:20px;box-shadow:0 8px 32px #0000001f}.service-block:nth-child(2n) .text-section{border-top-right-radius:20px;border-bottom-right-radius:20px}.service-block:nth-child(odd) .text-section{border-top-left-radius:20px;border-bottom-left-radius:20px}.text-section h2{color:var(--secondary-color);margin:0;padding:10px 0;font-family:Montserrat,cursive;font-size:3rem;line-height:100%}.text-section p{color:var(--tertiary-color);letter-spacing:-.05em;margin:20px 0;font-size:1rem;font-weight:300;line-height:1.5}.contact-btn{color:#fff;cursor:pointer;background-color:#f44336;border:none;border-radius:3px;padding:.9rem 1.8rem;font-weight:600;transition:all .3s}.contact-btn:hover{background-color:#d63326}.image-section{width:60%;height:100%;overflow:hidden}.service-block:nth-child(2n) .image-section{border-top-left-radius:20px;border-bottom-left-radius:20px}.service-block:nth-child(odd) .image-section{border-top-right-radius:20px;border-bottom-right-radius:20px}.image-section img{object-fit:cover;width:100%;height:100%}@media (max-width:1024px){.signage-section{padding:40px}.service-block{gap:20px}.text-section{width:45%;padding:15px}.image-section{width:55%}}@media (max-width:768px){.signage-section{padding:30px 20px}.top-text{margin:15px 0;padding:20px 0}.top-text .intro{padding:15px 0}.service-block{flex-direction:column;gap:20px;height:auto;margin-bottom:30px}.service-block:nth-child(2n),.service-block:nth-child(odd){flex-direction:column}.text-section,.image-section{width:100%;height:300px}.service-block:nth-child(2n) .text-section,.service-block:nth-child(odd) .text-section{border-radius:20px 20px 0 0}.service-block:nth-child(2n) .image-section,.service-block:nth-child(odd) .image-section{border-radius:0 0 20px 20px}.text-section h2{font-size:2rem}.contact-btn{padding:.7rem 1.5rem}}@media (max-width:480px){.signage-section{padding:20px 15px}.top-text{margin:10px 0;padding:15px 0}.top-text .intro{padding:10px 0}.text-section{padding:10px}.text-section h2{font-size:1.5rem}.text-section p{margin:15px 0}.image-section{height:250px}.contact-btn{padding:.6rem 1.2rem;font-size:.9rem}}
