.news:hover {
    z-index: 10 !important;
}
.news .border {
    position: absolute;
    top: -7px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -7px !important;
    border-width: 7px !important;
    border-style: solid;
    border-color: transparent;
    z-index: 5;
}
.btn-download {
    display: inline-block;
    padding: 15px 27px;
    border: 1px #e4e3e2 solid;
    background-color: transparent;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #897f78;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-download:hover {
    text-decoration: none;
    color: #928982;
}