.insight-hero-banner{display:flex;background-color:var(--variable-bg-color);gap:10px;padding:2rem 4rem;justify-content:space-between;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:230px;position:relative;overflow:hidden}
.insight-hero-banner h1{font-family:"BNYM_CORPORATE_Druk";font-size:50px;font-weight:700;line-height:54px;color:var(--variable-txt-color);letter-spacing:1px;margin-bottom:2rem}
.insight-hero-banner .subtitle{font-family:"BNYM_CORPORATE_Publico_Pro";font-weight:400;color:var(--variable-subtitle-color);font-size:36px;line-height:36px}
.insight-hero-banner .text-content{display:flex;justify-content:center;flex-direction:column}
.insight-hero-banner .image{height:230px;max-width:fit-content}
.insights-heroBanner-container{display:var(--variable-mobile-visible)}
.insight-hero-banner .background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}
.insight-hero-banner img{width:100%;height:100%;object-fit:cover}
@media(min-width:768px){.insights-heroBanner-container{display:var(--variable-tablet-visible)}
.insight-hero-banner h1{font-size:60px;line-height:54px;letter-spacing:1px;margin-bottom:2rem}
.insight-hero-banner .subtitle{font-size:40px;line-height:40px}
.insight-hero-banner .image-content{height:230px}
.insight-hero-banner .image{height:230px;max-width:450px;object-fit:cover;object-position:center}
.insight-hero-banner .text-content{position:relative;z-index:1;max-width:75%;word-wrap:break-word}
}
@media(max-width:768px){.insight-hero-banner{padding:1rem}
.insight-hero-banner .text-content{position:relative;z-index:1;word-wrap:break-word;max-width:100%}
}
@media(min-width:1024px){.insight-hero-banner{height:230px}
.insight-hero-banner h1{font-size:60px;line-height:66px}
.insight-hero-banner .image{height:230px;max-width:fit-content}
}
@media(min-width:1440px){.insights-heroBanner-container{display:var(--variable-desktop-visible)}
.insight-hero-banner{height:230px}
.insight-hero-banner .image{height:230px}
.insight-hero-banner h1{font-size:80px;line-height:66px}
.insight-hero-banner .subtitle{font-size:44px;line-height:44px;letter-spacing:-0.5px}
}