.banner-content {
    position: relative;
    padding: var(--gap2) 0;
}

.banner-content > .ctnr {
    padding: var(--gap3) 0;
}

.banner-content .title {
    font-size: clamp(35px, calc(2.1875rem + ((1vw - 3.75px) * 3.7559)), 75px);
    font-weight: 700;
    line-height: 120%;
    color: var(--white);
    margin-bottom: var(--gap2);
}

.banner-content .desc {
    color: var(--white);
    font-size: 24px;
    line-height: 120%;
    width: 100%;
    max-width: 580px;
    margin-bottom: var(--gap2);
}

.banner-content .bck {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-content .lm-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-400);
    opacity: 0.8;
}

.banner-content .ctnr {
    position: relative;
    z-index: 1;
}
