.contentBottom .Article__title {
    width: 100%;
    max-width: 1440px;
    margin: 1em auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.25;
    color: #1e2878;
}

.contentBottom .postListIntro__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contentBottom .postListIntro__post {
    position: relative;
    display: block;
    margin-bottom: 2em;
    background: #fff;
    border-radius: 22px;
    overflow: clip;
}

.contentBottom .postListIntro__imageWrapper,
.contentBottom .postListIntro__imageWrapper img {
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 22px;
    z-index: 1;
}

.contentBottom .postListIntro__contentWrapper {
    width: 100%;
    padding: .5em 1.5em 1.5em 1.5em;
    background: #fff;
    transition: all .25s ease-in-out;
}

.contentBottom .postListIntro__post:hover .postListIntro__contentWrapper {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all .25s ease-in-out;
}

.contentBottom .postListIntro__title {
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .contentBottom .postListIntro__post {
        flex: 0 0 31%;
        max-width: 31%;
    }

    .contentBottom .postListIntro__subTitle {
        font-size: 2.2vw;
    }

    .contentBottom .postListIntro__title {
        font-size: 2.8vw;
    }
}

@media (min-width: 900px) {
    .contentBottom .postListIntro__subTitle {
        font-size: 1.3em;
    }

    .contentBottom .postListIntro__title {
        font-size: 1.5em;
    }
}
