/************************************************* CANDIDATE AND THE TEAM PAGE *************************************************/
div#mp-pusher.mp-pusher div.full-width.bg-white.spacer.posts-latest {
    margin: 0;
    padding: 8% 0;
}

div#mp-pusher.mp-pusher div.full-width.bg-white.spacer.posts-latest div.container12 div.post-blog h4 {
    width: 100%;
    margin: 0;
    text-align: center;
}

/*******************************************************************************************************************************/

div.full-width.bg-white.spacer.posts-latest {
    background: white;
    margin: 0;
    padding: 8% 0;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-blog {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    line-height: 27px;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-blog h4 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-blog h4 a {
    font-size: 40px;
    line-height: 27px;
    text-align: center;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-text {
    width: 93%;
    float: left;
    margin: 0 3.5% 3.5%;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-text h2 p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 45px;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview {
    width: 33%;
    float: left;
    padding: 0 1%;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview.preview-one {
    padding-left: 3.5%;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview.preview-three {
    padding-right: 3.5%;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview div.post-image {
    width: 100%;
    height: 250px;
    float: left;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 25px;
    border: 1px solid #000000;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview div.post-details {
    width: 100%;
    float: left;
    margin-top: 5%;
    padding: 3%;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview a.post-title {
    float: left;
    margin-bottom: 5%;
    font-size: 14px;
    line-height: 14px;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview p {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview p a.post-description {
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.see-all-posts {
    width: 100%;
    float: left;
    margin: 5% 0 0;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.see-all-posts span {
    border-bottom: 1px solid #313131;
    cursor: pointer;
}

div.full-width.bg-white.spacer.posts-latest div.container12 div.see-all-posts span a {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.1em;
}

/* Other screens */
@media screen and (max-width: 1024px) {
    div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview {
        padding: 0 1% !important;
    }
}

@media screen and (max-width: 768px) {
    div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview a.post-title {
        font-size: 12px;
    }

    div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview p a.post-description {
        font-size: 20px;
    }

    div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview div.post-image {
        height: 200px !important;
    }
}

@media screen and (max-width: 768px) {
    div.full-width.bg-white.spacer.posts-latest div.container12 div.post-text h2 p {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 540px) {
    div#mp-pusher.mp-pusher div.full-width.bg-white.spacer.posts-latest {
        margin: 0;
        padding: 97px 0 !important;
    }

    div.full-width.bg-white.spacer.posts-latest div.container12 div.post-text {
        width: 90%;
        margin: 0 5% 10%;
    }

    div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview {
        width: 100%;
        margin-bottom: 6%;
    }

    div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview div.post-details {
        margin-top: 1%;
    }

    div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview a.post-title {
        margin-bottom: 9px;
        font-size: 15px;
        line-height: 25px;
    }

    div.full-width.bg-white.spacer.posts-latest div.container12 div.post-preview p a.post-description {
        font-size: 22px;
        line-height: 26px;
    }

    div.full-width.bg-white.spacer.posts-latest div.container12 div.see-all-posts span a {
        font-weight: 600;
    }
}