.stella_title {
    display: inline-block;
    margin-top: 8px;
    font-family: Georgia, serif;
    font-style: italic;
    color: #365b7b;
    letter-spacing: .5px;
}

.stella_intro {
    max-width: 900px;
    margin: 35px auto 55px;
    padding: 35px 45px;
    background: #faf8f2;
    border: 1px solid #e2d7c3;
    border-top: 3px solid #b99a5b;
    color: #40382f;
    font-size: 1.15em;
    line-height: 1.8em;
    text-align: center;
}

.stella_intro p {
    margin-bottom: 15px;
}

.stella_intro p:last-child {
    margin-bottom: 0;
}

.stella_year {
    width: 100%;
    margin: 50px 0 30px;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 1.8em;
    color: #365b7b;
}

.stella_year:before,
.stella_year:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #b99a5b;
    vertical-align: middle;
    margin: 0 20px;
}

.stella_issue {
    margin-bottom: 40px;
    text-align: center;
}

.stella_cover {
    padding: 12px;
    border: 1px solid #ded2bf;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
    transition: transform .25s ease, box-shadow .25s ease;
}

.stella_cover:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .15);
}

.stella_issue .sc_blogger_button {
    text-align: center;
}

.stella_cover img {
    width: 100%;
    height: auto;
}

.stella_issue h5 {
    margin-top: 20px;
    font-family: Georgia, serif;
    font-size: 1.2em;
    color: #365b7b;
}

.stella_issue .sc_team_item_info {
    min-height: 180px;
}

@media (max-width: 767px) {
    .stella_intro {
        margin: 25px 10px 40px;
        padding: 25px 20px;
        font-size: 1em;
        line-height: 1.6em;
    }

    .stella_year {
        font-size: 1.5em;
        margin: 35px 0 25px;
    }

    .stella_year:before,
    .stella_year:after {
        width: 35px;
        margin: 0 10px;
    }

    .column-3_10 {
        width: 100% !important;
        float: none !important;
    }

    .stella_cover {
        max-width: 240px;
    }

    .stella_issue h5 {
        margin-top: 15px;
    }

    .stella_issue .sc_blogger_button {
        margin-top: 15px;
    }

    .stella_issue .sc_button {
        width: auto;
        max-width: 90%;
        font-size: .9em;
    }

    .stella_issue .sc_team_item_info {
        min-height: auto;
    }
}
