.bci-community-hero {
    min-height: 912px;
    padding: 120px 0;
    background: #02061E url('../img/bci-community/bci-community-hero.png') no-repeat center / cover;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.bci-community-heading {
    max-width: 674px;
}

.bci-community-heading .heading {
    font-size: 80px;
    line-height: 120%;
    padding: 72px 24px;
}

.bci-community-contact-sec {
    padding: 105px 0 168px;
}

.bci-community-contact-sec .content .left {
    width: 45%;
    margin-right: 5%;
}

.bci-community-contact-sec .content .right {
    width: 50%;
    margin-top: 66px;
    padding: 25px 60px;
}

.form-demo {
    height: 743px;
}

.contact-form-wrapper .form-note {
    margin-top: 82px;
    line-height: 1.5;
}

.contact-form-wrapper .form-note p {
    margin-bottom: 24px;
}

.contact-form-wrapper .form-note p:last-child {
    margin-bottom: 0;
}

.contact-form-wrapper .form-note a {
    color: #0D50CC;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bci-community-contact-sec .heading {
    font-size: 48px;
    line-height: 110.00000000000001%;
    margin: 60px 0 104px;
}

@media (max-width:1199px) {
    .bci-community-contact-sec .content .left {
        width: 35%;
        margin-right: 5%;
    }

    .bci-community-contact-sec .content .right {
        width: 60%;
        padding: 25px 40px;
    }
}

@media (max-width:991px) {
    .bci-community-hero {
        min-height: 70vh;
    }

    .bci-community-heading .heading {
        font-size: 65px;
    }

    .bci-community-contact-sec .content .left {
        width: 100%;
        margin-right: 0;
    }

    .bci-community-contact-sec .content .right {
        width: 100%;
        padding: 40px 24px;
    }

    .bci-community-contact-sec {
        padding: 100px 0 150px;
    }

    .bci-community-contact-sec .heading {
        font-size: 36px;
        margin: 30px 0 50px;
    }

    .contact-form-wrapper .form-note {
        margin-top: 60px;
    }
}

@media (max-width:767px) {

    .bci-community-hero {
        min-height: 30vh;
        padding-bottom: 70px;
    }

    .bci-community-heading .heading {
        font-size: 40px;
    }

    .bci-community-contact-sec {
        padding: 80px 0 100px;
    }

    .bci-community-contact-sec .heading {
        font-size: 32px;
        margin: 24px 0 40px;
    }

    .bci-community-contact-sec .content .right {
        margin-top: 50px;
    }

    .contact-form-wrapper .form-note {
        margin-top: 50px;
    }


    .contact-form-wrapper .form-note {
        font-size: 14px;
    }
}