.eg-block-type-2 .no-gutters {
    padding: 0px !important; 
}
.eg-block-type-2 h2 {
    color: #fff;
    font-weight: 700;
} 
.eg-block-type-2 .heading {
    color: #fff;
}
.eg-block-type-2 .home-hero {
    color: #fff;
    min-height: 680px;
    height: 100%;
    padding-bottom: 20px;
    background: #00274c;
    background-position: 75%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.home-hero-content {
    padding: 0 25px;
}
.eg-block-type-2 .home-hero .home-hero-content {
    z-index: 10;
    position: relative; 
    margin-left: 0;
}
.eg-block-type-2 .home-hero .headline {
    font-size: 28px;
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 10px; 
    color: #fff;
}
.eg-block-type-2 .home-hero .tagline {
    font-size: 18px;
    margin-bottom: 30px; }
.eg-block-type-2 .home-hero .actions .btn {
    margin-right: 20px; 
}
.hero-sub .btn {
    font-size: 14px;
}
.eg-block-type-2 .home-hero .actions .play-icon {
    margin-right: 10px; }
.home-hero-content  .btn {
    font-size: 18px;
}
.eg-block-type-2 .content {
background: #5B873C;
padding: 0px; }

.eg-block-type-2 .hero-sub {
color: #fff;
background: #00274c;
height: 50%;
padding: 50px 25px; }
.eg-block-type-2 .hero-sub .copy {
    margin-bottom: 12px; }
.eg-block-type-2 .hero-sub .image {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }


@media (min-width: 768px) {
   
    .eg-block-type-2 .home-hero .headline {
        font-size: 42px;
    }
}
