.hero-banner-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hero-banner-outer .hero-banner-left {
    width: 51.4%;
    padding: 40px 0;
}
.hero-banner-outer .hero-banner-right {
    width: 48.6%;
}
.footer-form-heading a.play-video {
    display: flex;
    align-items: center;
}
.footer-form-heading a.play-video span{
        font-size: 16px;
    margin: 0 0 0 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.heading-colordark .footer-form-heading a.play-video span{
    color: #2A7DE1;
}
.heading-colorlight .footer-form-heading a.play-video span{
    color: #fff;
}
.hero-banner-outer .hero-text-innner {
    max-width: 676px;
    margin-left: auto;
    padding-right: 123px;
    width: 100%;
}
.hero-banner-outer .hero-text-innner .banner-heading h1 {
    position: relative;
}
.hero-banner-outer .hero-text-innner .banner-heading h1:before {
    content: "";
    background: url(../../assets/images/heading-icon.svg);
    background-repeat: no-repeat;
    width: 110px;
    height: 42px;
    position: absolute;
    left: -130px;
    top: 13px;
}

.hero-banner-outer .hero-text-innner .banner-tagline p.h1 {
    font-size: 22px;
    line-height: 30px;
    margin: 6px 0 20px;
}

.hero-banner-outer .hero-text-innner .wp-block-buttons {
    margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
    .hero-banner-outer > div{
        width: 100% !important;
    }
    .hero-banner-outer .hero-banner-left {
        order: 2;
    }
    .hero-banner-outer .hero-banner-right {
        padding: 26px 0;
    }
    .hero-banner-outer .hero-text-innner {
        max-width: 553px;
        padding-right: 0;
        margin-left: 0;
    }
    .hero-banner-outer .hero-text-innner .banner-heading h1:before{
        display: none;
    }
    .hero-banner-outer .hero-text-innner .banner-tagline p.h1 {
        font-size: 18px;
        line-height: 28px;
        margin: 10px 0;
    }
}