.home-hero-image {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: 80%;
}

.ih-content {
    color: #fff;
    width: 100%;
    max-width: 550px;
    align-self: center;
    justify-self: flex-start;
    display: flex;
    padding-left: 65px;
    margin-bottom: 0;
}

.ih-content h1 {
    font-family: unset;
    align-self: center;
    font-size: 46px;
    line-height: 1;
    margin: 0;
    max-width: 390px;
    font-weight: 500;
}
.home-hero-image, .home-hero-text {
    height: 399px;
    padding-right: 150px;
}

/*.cyberowls-form::before {
    content: "";
    width: 97.5%;
    height: 6px;
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    top: 0px;
    left: 0;
    background: #eeb528;
    background: -moz-linear-gradient(left, #eeb528 0%, #eeb528 50%, #22c1c4 50%, #22c1c4 100%);
    background: -webkit-linear-gradient(left, #eeb528 0%,#eeb528 50%,#22c1c4 50%,#22c1c4 100%);
    background: linear-gradient(to right, #eeb528 0%,#eeb528 50%,#22c1c4 50%,#22c1c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb528', endColorstr='#22c1c4',GradientType=1 );
}
.cyberowls-form::after {
    content: "";
    width: 97.5%;
    height: 6px;
    position: absolute;
    z-index: 2;
    margin-left: 10px;
    bottom: 0;
    left: 0;
    background: #eeb528;
    background: -moz-linear-gradient(left, #eeb528 0%, #eeb528 50%, #22c1c4 50%, #22c1c4 100%);
    background: -webkit-linear-gradient(left, #eeb528 0%,#eeb528 50%,#22c1c4 50%,#22c1c4 100%);
    background: linear-gradient(to right, #eeb528 0%,#eeb528 50%,#22c1c4 50%,#22c1c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb528', endColorstr='#22c1c4',GradientType=1 );
} */
.legalbits-form .gform_wrapper form {
    text-align: center;
}
.legalbits-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
}
.legalbits-form .gform_wrapper .top_label .gfield_label {
    display: none;
}
.legalbits-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    border-radius: 0;
    border: 2px solid #000;
    box-shadow: none;
    background: transparent;
    padding: 10px 4px;
}
.legalbits-form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    background: none #263844;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 0;
}
.case-study-card-wrapper, .elementor-433 .elementor-element.elementor-element-e737b17 {
    display: none;
}

.ih-content img {
    display: none;
}
.newsletter-box .elementor-image-box-content {
    position: absolute;
    left: 60px;
    bottom: 40px;
    width: 70%;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
    .green-header h2{
        margin-bottom: -25px;
    }
    .newsletter-box .elementor-image-box-content {
        left: 35px;
        bottom: 34px;
        font-size: 15px;
    }
    .cyberowls-form::before {
        top: 0px !important;
        margin-left: 10px !important;
    }
    .cyberowls-form::after {
        margin-left: 10px !important;
        bottom: 0px;
    }
}

@media screen and (max-width: 768px) {

    .home-hero-text h1 {
        padding: 0px 20px 0px 40px;
    }
    h1 {
        font-size: 35px!important;
    }

    .cyberowls-form::before {
        width: 96%;
        margin-left: 0px;
        top: 10px;
    }
    .cyberowls-form::after {
        width: 96%;
        margin-left: 0px;
    }
}

@media screen and (max-width: 550px) {
    .home-hero-image {
        background-repeat: no-repeat;
        background-image: url(/wp-content/uploads/2020/09/legalbits-mobile.jpg) !important;
        background-position-x: 50%;
    }
    .ih-content {
        color: #fff;
        width: 100%;
        max-width: 250px;
        align-self: center;
        justify-self: center;
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
    }
    .green-header {
        padding-top: 10px;
    }
    .newsletter-box .elementor-image-box-content {
        bottom: 40px;
        width: 70%;
        left: 80px;
        font-size: 15px;
    }
}
@media screen and (max-width: 550px) {
    .home-hero-text {
        padding-right: 50px;
    }
    .cyberowls-form::before, .cyberowls-form::after {
        width: 100%;
    }
}

