/* relate-container-style */



.swiper-pagination-bullet {
    background-color: #333 !important;
}

/* img-style */
.relate-posts-img {
    background-position: center;
    background-size: cover;
    width: 140px;
    height: 100px;
    flex: none;
    position: relative;
    padding: 10px;
    margin: auto;
}

.swiper-slide {
    background-color: #eee;
    border-radius: 20px;
    padding: 10px;
    max-height: 180px;
    font-size: 14px;
}




.relate-posts-content {
    font-size: 14px;
    padding: 0px 5px 15px 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    border-bottom-style: dashed;
}


/* media RWD */
@media (max-width:1199px) {
    .relate-posts-img {
        width: 120px;
        height: 80px;
    }
}





