/********************************************/
/*               fresh_item                 */
/********************************************/

.fresh_item {
    padding-bottom: 5px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    min-height: 465px;
}
.fresh_item:after {
    background-color: #c3c3c3;
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: -15px;
    top: 0;
}
.fresh_item h2 {
    font-family: 'robotomedium';
    font-weight: normal;
    letter-spacing: 0.015em;
    margin: 0 auto 5px;
    line-height: 1.2;
    font-size: 20px;
    padding: 8px 0;
}
.fresh_journal_img img {
    -webkit-box-shadow: 0px 3px 8.37px 0.63px rgba(39, 36, 37, 0.4);
    -moz-box-shadow: 0px 3px 8.37px 0.63px rgba(39, 36, 37, 0.4);
    box-shadow: 0px 3px 8.37px 0.63px rgba(39, 36, 37, 0.4);
}
.fresh_journal_img {
    margin: 0 auto 25px;
}
.fresh_item .btn {
    margin: 0 8px 15px;
    min-width: 110px;
}

@media screen and (max-width: 991px) {
    .fresh_item {
        min-height: 150px;
    }
    .fresh_item:after {
        display: none;
    }
}
@media (min-width: 559px) and (max-width: 767px) {
    .fresh_item {
        padding-right: 10px;
    }
    .fresh_item h2 {
        padding: 0 0 5px;
        font-size: 18px;
    }
    .fresh_journal_img img {
        max-width: 85%;
    }
}
@media screen and (max-width: 519px) {
    .fresh_journal_img img {
        max-width: 80%;
    }
}