@media(min-width : 500px){
	#id-1287 .article-card-item:nth-of-type(1){
	    border-radius: 0px 30px 0 0 !important;
	}
	#id-1287 .article-card-item:nth-of-type(3){
	    border-radius: 30px 0 0 0 !important;
	}
}
#id-1289 {
	margin: 2rem 0 2rem 0 
}
.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;
}