.msb-hero-detail {
    position: relative;
    overflow: hidden;
    /* border-radius: 16px; */
    min-height: 640px;
    padding-top: 10%;
}

.msb-hero-detail__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.msb-hero-detail__inner {
    max-width: fit-content;
    margin-left: 0;
    background: #1D293999;
    backdrop-filter: blur(32px);
    opacity: 1;
    border-radius: 24px;
    padding: 24px;
    position: relative;
    z-index: 2;
}

.msb-hero-detail__title {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.15;
    color: #fff;
}

.msb-hero-detail__subtitle {
    margin: 0;
    font-size: 14px;
    color: #fff;
    opacity: .8;
}

.msb-hero-detail.is-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(345deg, rgba(0, 0, 0, .08) 0%, rgb(255 255 255 / 90%) 100%);
    z-index: 1;
}

@media (max-width: 849px) {
    .msb-hero-detail {
        min-height: 260px;
    }

    .msb-hero-detail__inner {
        padding: 44px 16px;
    }

    .msb-hero-detail__title {
        font-size: 28px;
    }
}
