.beatuiful-homes-banner{
    position: relative;
}

.beatuiful-homes-banner .extended-teaser-img_desk{
    width: 100%;
    /* max-width: 1439px; */
    height: 400px;
    /* object-fit: cover; */
    margin: 0 auto;
}

.beatuiful-homes-banner .extended-teaser-img {
    position: relative;
    overflow: hidden;
}

.beatuiful-homes-banner .extended-teaser-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.51%, rgba(0, 0, 0, 0.5) 93.92%);
    z-index: 1;
}

/* .cmp-teaser__content {
    position: relative;
    z-index: 2;
} */

.beatuiful-homes-banner .extended-teaser-img_mob{
    display: none;
}

.beatuiful-homes-banner .cmp-teaser__description h1{
    font-family: "Archivo", sans-serif, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    z-index: 1;
    max-width: 399px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 35%;
    color: #FFF;
}

@media (max-width: 767px){
    .beatuiful-homes-banner .cmp-teaser__description h1{
        font-size: 16px;
        bottom: 50%;
        line-height: 19px;
    }

    .beatuiful-homes-banner .extended-teaser-img_desk{
        display: none;
    }

    .beatuiful-homes-banner .extended-teaser-img_mob{
        display: block;
        width: 100%;
        /* max-width: 360px; */
        height: 400px;
        object-fit: cover;
    }

    .beatuiful-homes-banner .extended-teaser-img::after {
        display: none;
    }
}