.big-logo-row-news {
    background-size: cover;
    position: relative;
    height: 600px;
    width: 100%;
    padding: 0px;
    /*margin-top: 78px*/
}
.blog-component {
    width: 100%;
    position: relative;

}
.blog-overlay {
    /*height: 100%;*/
    /*width: 100%;*/
    /*opacity: 1;*/
    /*transition: .5s ease;*/
     /*#008CBA*/
    /*background-color: #009846;*/
    background-color: white;
}
.blog-centeredText {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align:center;
    line-height: 1.2;
    display: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blog-image-container:hover .blog-overlay {
    opacity: 0.6;

}
.blog-image-container:hover >a >h2 {
    display: inherit;
    color: #009846;
    font-size: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.blog-h {
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-new {
    margin-bottom: 35px;
    padding: 0 50px 0 50px;
}
.single-new a i {
    color: #009846 /*#008CBA*/
}
/*MEDIA******************************************/
@media screen and (max-width: 1024px) { /* Specific to this particular image */
    .news {
        min-height: 60px;
    }
}

@media screen and (max-width: 991px) {
    .single-new {
        margin-bottom: 35px;
        padding: 20px;
    }
}

/*MEDIA******************************************/
