body {
    background-color: #F1F3F2;
}
section.blog,.blog-article{
    margin-top: 80px;
}
section.blog h1,.blog-article h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}
section.blog p ,.blog-article p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #334155;
    direction: rtl;
}
section.blog .special-item{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: .3s;
    margin: 32px auto 32px auto;
    padding: 16px 0 16px 0;
    direction: rtl;
}
section.blog .special-item:hover{
    box-shadow: 0 0 0 8px rgba(255, 223, 59, 0.25);
    transition: .3s;
}


section.blog .special-item img{
    border-radius: 15px;
}
section.blog .special-item span.title{
    font-size: 24px;
    margin-bottom: 16px;
    color: #020817;
    display: block;
}
section.blog .special-item p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #020817B2;
    text-align: justify;
    line-height: 32px;
    padding-left: 32px;
}
.special-item a.btn{
    color: #0023D4;
    background: #FFDF3B;
    width: 200px;
    border: none;
    z-index: 1;
    border-radius: 10px;
    margin-top: 23px;
    text-decoration: none;
    padding: 10px;
    margin: auto auto auto 32px;
}

.special-item .small-info span{
    padding-top: 12px;
}
section.blog-article{
    margin-bottom: 32px;
}
section.blog-article a{
    text-decoration: none;
    color: #000;
}
.blog-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease-in;
    padding: 8px;
    margin-bottom: 32px;

}
.blog-item a{
    text-decoration: none;
    color: #000;
}
.blog-item:hover{
    transform: translateY(-5px);

}
.blog-item img{
    border-radius: 15px;
    width: 100%;
}
.blog-item span.title{
    display: block;
    margin: 16px auto;
    text-align: right;
}
/* 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) {
    section.blog, .blog-article {
        margin-top: 50px;
    }
    section.blog h1, .blog-article h2 {
        font-size: 26px;
        margin-bottom: 16px;
        line-height: 52px;
    }
    section.blog .special-item span.title {
        font-size: 18px;
        margin: 16px 0;
    }
    section.blog .special-item p {
        font-size: 14px;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .special-item a.btn {
        width: 100%;
        margin: 0;
    }
    section.blog-article {
        margin-bottom: 0;
    }
}