.news-col > h1 {
    border-bottom: 1px solid #275ea7;
    border-top: 1px solid #275ea7;
    color: #636363;
    font-size: 1.75em;
    font-weight: 300;
}

/*title*/
.news-col h2 {
    font-family: 'Roboto', sans-serif;
    color: #3f3e3e;
    font-size: 1.3em;
    margin-bottom: 14%;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

/*date*/
.news-col h3 {
    font-family: 'Roboto', sans-serif;
    color: #3f3e3e;
    font-size: 1em;
    margin-bottom: 4px;
}

/*text*/
div.news-col p {
    font-family: "Roboto", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    /*margin-bottom: 4px;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

/*bottom link*/
div.news-col span {
    font-family: "Roboto", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    cursor: pointer;
    color: #003375 !important;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 14%;
}

.news {
    /*overflow-y: visible;*/
    overflow-x: hidden;
    border-collapse: separate;
    border-spacing: 0 1em;
    width: 80%;
}

    .news-col {
        /*border: 3px solid #1a3362;
        box-shadow: 2px 2px 8px -2px #1a3362;*/
        margin-bottom: 2%;
        border-radius: 4px;
        /*padding: 14px;*/
        width: 80% !important;
        background-color: #f1f1f1;
        
    }

    
/*
.col-1 {
    margin-left: 20%;
   margin-right: 20%;
}*/

/*div.newsScroller {
    width: 1194px;
    max-height: 480px;
    overflow-y: visible;
    overflow-x: hidden;
    margin: 0 auto;
}*/