body{
    background: #f2f2f2;
}

.blog {
  text-align: right;
  position: relative;
  top: 160px;
  margin-bottom: 180px;
}
.blog h1,.blog h2{
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: bold;
}
.blog p.slug{
    text-align: center;
    direction: rtl;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
    font-size: 14px;
}
.blog .item{
    background: #fff;
    border-radius: 4px;
}
.blog .item  .content{
    padding-bottom: 16px;
}
.blog .item img{
    border-radius: 4px 4px 0 0;
    display: block;
    width: 100%;
}
.blog .item .content span{
    color: #000;
    font-weight: bold;
    display: block;
    margin: 16px;
    direction: rtl;
}
.blog .item .content p{
    font-size: 14px;
    direction: rtl;
    line-height: 32px;
    color: #a1a1a1;
    margin: 16px;
}
/* Desktop Large */
@media (min-width: 1200px) {}

/* Small Desktop / Laptop */
@media (max-width: 1200px) and (min-width: 992px) {}
/* Tablet */
@media (max-width: 991px) and (min-width: 768px) {
}
/* Mobile */
@media (max-width: 768px) {
    .blog {
        text-align: right;
        position: relative;
        top: 70px;
        margin-bottom: 100px;
    }
    .blog h1, .blog h2 {
        text-align: center;
        font-size: 17px;
        padding-bottom: 10px;
        font-weight: bold;
    }
    .blog p.slug {
        font-size: 11px;
    }
    .blog .item .content p {
        font-size: 12px;
    }
}
