#id-1159 {
overflow: hidden
}
#header1 .search-container {
display : none;
}
#id-3166 {
border-radius : 5px 30px 15px 30px important!;
}
#id-3474 .article-wrapper{
margin-top: 70px;
}
.section-articlePage pre p,
.section-articlePage pre a,
.section-articlePage pre table{
        font-family: Shabnam;
        font-size: 16px;
}
.section-articlePage pre th,
.section-articlePage pre td{
        font-family: Shabnam;
        font-size: 14px;
}
.section-articlePage pre h2,
.section-articlePage pre h3{
        font-family: Shabnambold;
        font-size: 24px;
        color: #000000;
}
.section-articlePage pre ul,
.section-articlePage pre ol{
        display: grid;
        font-family: Shabnam;
        font-size: 16px;
}
.section-articlePage pre a{
        text-decoration: none;
        color: #ff9500;
}
.section-articlePage pre strong{
  font-weight: bold;
}
@media(max-width : 768px) {
	#id-3474 {
           display: none;
        }
}
@media(max-width : 876px) {
	#id-3607 .article-wrapper{
	    max-width: 100% !important;
            justify-content: space-around;
        }
         #id-3607 .article-card-item{
             width: 180px !important;
             height: 290px !important;
       }
        #id-3607 .article-card-item:hover {
	     transform: none;
	     cursor : pointer
       }
}
@media(min-width : 768px) {
	#id-3607 {
           display: none;
        }
}