p{
    font-size:18px;
    color:#fff;
    font-family:"YekanBakh";
}
h1,h2,h3,h4,h5,h6{
    color:#fff !important;
    font-family:"YekanBakh";
}
.main-content .bold{
    font-weight:bold;
}
.main-content{
    margin-top:4rem !important;
    margin-bottom:4rem !important;
}
.main-content .img-wrapper img{
    border-radius:20px;
    margin-bottom:2rem;
}
.main-content .content-wrapper{
    border:2px solid #d7d8d9;
    border-radius:20px;
    padding:2rem 0.5rem;
}
.social_share *, .small, .comment_form{
    color:#fff;
}

@media (min-width: 1200px) {
    .main-content{
        margin-top:5rem !important;
        margin-bottom:4rem !important;
    }
    .main-content .content-wrapper{
    padding:2rem 1rem;
    }
}