/* informative-banner.css */
.informative-banner {
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px;
}

.entry-content .informative-banner-container{
    margin-top: 24px !important;
    background: #003b5d;
    color: #fff;
}

.informative-banner  .banner__title {
    margin-top: 51px;
    font: normal normal bold 30px/36px 'TradeGothic_Bold';
    margin-bottom: 0;
}

.informative-banner .banner__subtitle,
.informative-banner .banner__subtitle p {
    color: #B7A46C;
    margin-top: 5px;
    font: normal normal bold 16px/20px 'TradeGothic_Bold';
}

.informative-banner .banner__content,
.informative-banner .banner__content p {
    text-align: left;
    font: normal normal normal 18px/21px Arial;
    letter-spacing: 0px;
    color: #FCFCFC;
}

.informative-banner .banner__title-content {
    font: normal normal bold 24px/28px 'TradeGothic_Bold';
    letter-spacing: 0px;
    color: #B7A46C;
    margin-top: 24px;
}
.informative-banner .banner__sub-content {
    margin-bottom: 24px;
}

.informative-banner .banner__sub-content,
.informative-banner .banner__sub-content p {
    font: normal normal normal 18px/21px Arial;
letter-spacing: 0px;
color: #FFFFFF;
}

.informative-banner .banner__sub-content ul{
    padding: 0 0 0 15px;
    margin: 0;
    font: normal normal normal 18px/21px Arial;
}

.informative-banner .banner__sub-content li{
   margin-bottom: 8px;
   color: #fcfcfc;
}

.informative-banner .banner-image{
    display: flex;
    justify-content: center;
    background-color: #fcfcfc;
    padding: 30px;
    position: relative;
    margin: 0 -20px;
}
.informative-banner .banner__image {
    max-height: 165px;
}

@media (min-width: 780px) {
    .informative-banner {
        flex-direction: row;
        padding: 0;
    }

    .entry-content .informative-banner-container{
        margin-top: 52px !important;
        background: #003b5d url("/images/Gold-Arrow-Background.png") no-repeat right center;
        background-size: cover;
    }

    .informative-banner  .banner-content {
        max-width: 661px;
        margin-right: 65px;
    }

    .informative-banner  .banner__title {
        font: normal normal bold 40px/48px 'TradeGothic_Bold';   
    }
    
    .informative-banner .banner-image{
        display: flex;
        align-items:center;
        background-color: transparent;
        padding: 0;
        position: initial;
        margin: 0;
    }
    
    .informative-banner .banner__sub-content ul{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        padding: 0 0 0 8px;
    }
    
}