﻿.news {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    font-family: 'EB Garamond';
    color: #333;
}
.news .eyelet {
    margin: 0;
}
.news h2 {
    text-transform: uppercase;
    line-height: 100%;
    font-size: 20px;
    margin:0 0 10px 0;
}
.news h4 {
    line-height: 100%;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.news .text {
    margin-bottom: 20px;
    font-size: 15px;
}
.news .text a {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    text-decoration: none;
    display: inline-block;
    border-bottom: solid 1px #e3e3e3;
}
.news .text a:hover {
    border-bottom: solid 1px #ccc;
}

.news .link {
    margin-bottom:20px;
    padding-left:10px;
    line-height:1;
    border-left:solid 1px #777;
}
.news .photo {
   text-align:center;
}
.news .photo img {
    margin:0 auto;
}
