.sn-wrapper {  display: flex;  flex-direction: row;  flex-wrap: nowrap;  justify-content: normal;  align-items: normal;  align-content: normal;height:570px;
}
.sn-datum {display: inline-block;
    background: #D5DFE4;
    line-height: 25px;
    padding: 10px 15px;
    border-radius: 25px;}
.sn-header {padding-top:30px}
.sn-header h3 {font-size:26px; line-height:26px}
.sn-content, .sn-image {  display: block;  flex-grow: 0;  flex-shrink: 1;  flex-basis: auto;  align-self: auto; width:53.20%; 
}
.sn-content {width:46.8%; padding-right:30px;}
.sn-excerpt {/*height:375px;display: flex;    flex-direction: column;    justify-content: center;*/ overflow-wrap: break-word;    word-wrap: break-word;    -webkit-hyphens: auto;    -ms-hyphens: auto;    -moz-hyphens: auto;    hyphens: auto}
.sn-content { /*align-self:flex-end; display:flex;*/ padding-top:150px;}

