@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");.custom-header-module{align-items:center;display:flex;flex-wrap:nowrap;font-family:Montserrat,sans-serif;gap:20px;justify-content:space-between;margin:0 auto;max-width:1160px;padding:40px 20px}.header-content{color:#111;flex:1;max-width:50%}.header-title{font-size:2rem;font-weight:700;margin-bottom:16px}.header-text{font-size:1rem;font-weight:400;line-height:1.6}.header-image{flex:1;max-width:50%;text-align:right}.header-image img{border-radius:16px;height:auto;max-width:800px;width:100%}@media (max-width:768px){.custom-header-module{flex-direction:column;flex-wrap:wrap;text-align:center}.header-content,.header-image{flex:1 1 100%;max-width:100%;text-align:center}.header-image img{max-width:800px}.header-text{color:#fff;font-size:.95rem}}