.weblogIntroduction {
    margin: 1em 0 0.5em;
}

.weblogIntroduction__headTitle {
    margin-bottom: 1em;
    text-transform: uppercase;
}

.weblogIntroduction__list {
    list-style: none;
    margin: 0;
}

.weblogIntroduction__post {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 3em;
}

.weblogIntroduction__image {
    display: block;
    margin-bottom: 1em;
}

.weblogIntroduction__title {
    margin-bottom: 0.5em;
    font-size: 1.3em;
}

.weblogIntroduction__titleLink {
    text-decoration: none;
    color: #444;
}

.weblogIntroduction__intro p {
    margin-bottom: 0;
}

.weblogIntroduction__readMore {
    position: absolute;
    bottom: 1em;
    left: 0;
}

.weblogIntroduction__readMore::after {
    content: '\e802';
    display: inline-block;
    margin-left: 0.4em;
    font-family: "font-icons";
}

@media screen and (min-width: 500px) {
    .weblogIntroduction__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .weblogIntroduction__post {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    }
}

@media screen and (min-width: 850px) {
    .weblogIntroduction__list {

    }

    .weblogIntroduction__post {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
}
