.rec-posts-type3 .rec-posts-type3-title {
    color: #222;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 32px;
}

.rec-post-type3-content {
    background-color: #fff;
    margin-top: -40px;
    display: inline-block;
    max-width: 76%;
    padding: 24px 18px 0;
}

.rec-post-type3-item img {
    width: 100%;
}

.rec-post-type3-content p {
    color: #222;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
}

.rec-post-type3-content p:before {
    content: '';
    position: absolute;
    background: #222;
    width: 20px;
    height: 1px;
    left: 0;
    top: 49%;
}

.rec-post-type3-content h5 {
    font-size: 23px;
    font-weight: 500;
    display: inline-block;
}

.rec-post-type3-content h5 a {
    color: #222;
}

@media (min-width:1201px) and (max-width:1280px) {
    .rec-post-type3-content h5 {
        font-size: 15px;
    }

    .rec-post-type3-content p {
        font-size: 14px;
        padding-left: 25px;
    }

    .rec-post-type3-content p:before {
        width: 15px;
    }
}

@media (max-width:768px) {
    .rec-post-type3-content {
        margin-bottom: 40px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .rec-post-type3-content {
        max-width: 100%;
        margin-top: 0;
    }

    .rec-post-type3-content h5 {
        font-size: 14px;
    }

    .rec-post-type3-content p {
        font-size: 13px;
        padding-left: 0;
    }

    .rec-post-type3-content p:before {
        display: none;
    }
}

@media (max-width: 480px) {
    .rec-post-type3-content {
        max-width: 100%;
        margin-top: 0;
    }

    .rec-post-type3-content h5 {
        font-size: 20px;
    }
}