#id-3262 .article-content { 
min-height:30px !important;
bottom:130px !important;
background-color: transparent !important;
}
#id-3253 .article-wrapper {
	border-radius: 0 0 30% 30%;
	overflow: hidden;
}
#id-3253 .article-card-item:hover {
	transform: none;
	cursor : pointer;
}
#id-3253 .article-image {
	background-color: #ffffff38;
}
#id-3333 {
border-radius : 84px 45px 64px 5px !important;
}
#header1 .search-container {
display : none;
}
@media(min-width : 500px) {
	#id-3253 .article-card-item:nth-of-type(1){
	    border-radius: 0 10px  10px 0 !important;
        }
	#id-3253 .article-card-item:nth-of-type(3){
	    border-radius: 10px 0 0 10px !important;
        }
}
@media(max-width : 500px) {
	#id-3253 .article-card-item{
	    margin: 0px !important;
        }
}
.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 h4{
        font-family: Shabnambold;
        font-size: 20px;
}
.section-articlePage pre ul,
.section-articlePage pre ol{
        display: grid;
        font-family: Shabnam;
        font-size: 16px;
}
.table-container-article td{
       padding: 10px;
       text-align: right;
       white-space: nowrap;
}
.section-articlePage pre a{
        text-decoration: none;
        color: #815087;
}
.section-articlePage pre strong{
       font-weight: bold;
}