.heading-1 {
    font-size: 28px;
}

.heading-2 {
    font-size: 24px;
}

.section-padding {
    padding: 40px 0;
}

@media(min-width: 992px) {

    .section-padding {
        padding: 80px 0;
    }

    .heading-1 {
        font-size: 32px;
    }

    .heading-2 {
        font-size: 26px;
    }
}

@media(min-width: 1400px) {
    .heading-1 {
        font-size: 36px;
    }

    .heading-2 {
        font-size: 28px;
    }
}

.new-laas-landing-page #hero-banner {
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.new-laas-landing-page #hero-banner .hero-text {
    background-color: rgb(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    padding: 30px 15px;
    border-radius: 5px;
}

.new-laas-landing-page #hero-banner .hero-text p {
    font-size: 18px;
}


@media(min-width: 992px) {
    .new-laas-landing-page #hero-banner {
        min-height: calc(100vh - 90px);
        padding: 100px 0;
    }

    .new-laas-landing-page #hero-banner .hero-text {
        padding: 50px 20px;
    }

}

@media(min-height: 960px) {
    .new-laas-landing-page #hero-banner {
        min-height: 700px;
    }
}

.text-bg-demo {
    background: linear-gradient(to bottom, #f3f9fd, #ffffff);
    /* background: linear-gradient(to bottom , #f3f9fd, #f3f9fd 88%, white 80%, white); */
    /* Optional alternative backgrounds:
    background: #f3f9fd;
    background: linear-gradient(to bottom, #f2f1f0 0%, #f2f1f0 100%);
    background: linear-gradient(to bottom, #e0f7fa, #f3f9fd);
    */
    margin-bottom: 20px;
    padding: 20px;
}

.disclaimer-txt {
    font-size: .8rem;
}

.red-right-arrow {
    position: absolute;
    top: 0;
    right: -11%;
    width: 35%;
    transform: translate(100%, -7%) rotateZ(-15deg);
    z-index: 99;
}

@media(max-width: 1399px) {
    .red-right-arrow {
        right: -7%;
        width: 25%;
        transform: translate(100%, -5%) rotateZ(-15deg);
    }

}

@media(max-width: 1099px) {
    .red-right-arrow {
        display: none;
    }
}

.img-lass-demo {
    height: 184px;
    mix-blend-mode: darken;

}

.icon-laas-demo {
    width: 181px;
    height: 197px;
}