.green-banner{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009f3c+0,65b32e+45,65b32e+45,65b32e+62,09a13b+99 */
    background: #009f3c; /* Old browsers */
    background: -moz-linear-gradient(-60deg, #009f3c 0%, #65b32e 35%,  #65b32e 45%, #09a13b 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-60deg, #009f3c 0%,#65b32e 35%,#65b32e 45%,#09a13b 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(160deg, #009f3c 0%,#65b32e 35%,#65b32e 45%,#09a13b 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f3c', endColorstr='#09a13b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding:25px 5% 25px ;
    display: flex;
    flex-grow: 1;
    align-items: center;
}
.green-banner .core-style p:last-child{
    margin:0;
}
.green-banner .core-style  img{
    transition: .3s;
    padding-right:30px;
    min-width: 280px ;
}
.green-banner .core-style a:focus img,
.green-banner .core-style a:hover img{
    transform:scale(1.05);
}

.green-banner .core-style *{
    color: #fff;
    text-shadow: 0 0 15px #009f3c , 0 0 7px #009f3c , 0 0 4px #009f3c, 0 0 2px #076633,  0 0 1px #076633;
}
.green-banner .core-style table{
    width:100%;
}
.green-banner .core-style  td{
    font-size:2.4rem;
    color: #fff;
}
.green-banner .core-style  * a{ 
    text-decoration:underline;
    text-underline-position:under;
    color: #fff;
}
.green-banner .core-style  * a:hover{ 
    text-underline-position:unset;
    text-decoration:none;
    color: #fff;
    
}
 
   