.section-2 {
    padding: 50px 0 0;
    font-family:Lato,sans-serif;
}
.section-2-row{
    align-items:center;
}
    .section-2 .text-content {
        /*padding-top: 80px;*/
        font-size: 13px;
        line-height: 20px;
        color: #827c78;
        margin-bottom: 30px;
    }

        .section-2 .text-content h3 {
            font-size: 11px;
            line-height: 18px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .section-2 .text-content h2 {
            font-size: 26px;
            line-height: 1.3;
            margin-bottom: 20px;
            /*font-family: Garamond,serif;*/
        }

.underline {
    border-bottom: 1px solid #9f9a97;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 20px;
    transition: opacity 0.5s ease,color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .underline:hover {
        opacity: 0.6;
    }

.section-2-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 110%;
}

    .section-2-image.fullwidth {
        padding-bottom: 56.66666666666666666667%;
    }

@media (max-width:767px) {
    .section-2-image.fullwidth {
        padding-bottom: 110%;
    }
}

.section-2-image:hover {
    opacity: .8;
}

.city-journal {
    padding: 50px 0 50px;
    background-color: #fff;
}

.journal-main-title {
    text-align: center;
}

    .journal-main-title h4 {
        font-size: 24px;
        font-family: 'Lato', sans-serif;
        margin-bottom: 40px;
        color: #3a586b;
        font-weight: bold;
    }


.journal-item {
    margin-bottom: 30px;
}

.journal-item-wrapper {
    overflow: hidden;
}

.journal-item:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.05);
    text-decoration: none;
}

.journal-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-bottom: 100%;
    transition: all 0.25s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.journal-item:hover .journal-image {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.04, 1.04, 1);
}

@media (min-width: 992px) {

    .journal-image {
        padding-bottom: 66.6666666666666667%;
    }
}

@media (min-width: 768px) and (max-width:991px) {

    .journal-image {
        padding-bottom: 66.6666666666666667%;
    }
}

.journal-text {
    border: solid 1px #f5f5f5;
    padding: 15px;
    background: #fff;
    font-family: 'Lato',sans-serif;
}

.journal-date {
    color: #494949;
    font-size: 9px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: normal;
}

.journal-title {
    font-size: 16px;
    font-weight: bold;
    color: #494949;
    margin-bottom: 11px;
    margin-top: 11px;
    min-height: 98px;
}

.journal-category {
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1.4px;
    color: #d47d87;
    text-transform: uppercase;
}
