#id-1191 .article-card-item:not(:last-of-type) {
    cursor : pointer !important;
}
#id-3313 {
    border-radius : 30px 5px 30px 5px;
}

#id-1194 .article-card-item:hover {
	transform: none;
}
.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;
        color: #000000;
}
.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: #ff9500;
}
.section-articlePage pre strong{
  font-weight: bold;
}
@media (min-width: 1200px) and (max-width: 1500px){
      #id-1192 .article-wrapper{
         max-width: 500px;
      }
}
@media (min-width: 1200px){
      #id-1191 .article-card-item:last-child{
         bottom: 68px;
      }
}
@media (max-width: 1200px){
      #id-1192 .article-card-item{
         min-width: 430px;
         left: unset !important;
      }
      #id-1192 .article-wrapper{
         flex-direction: row-reverse !important;
      }
     #id-1191 .article-card-item{
         margin: 10px !important;
         min-width: 400px;
      }
     #id-1191 .article-card-item:nth-child(4){
         order: 1;
         margin: 10px !important;
      }
     #id-1191 .article-card-item:nth-child(3){
         order: 2;
         margin: 10px !important;
      }
     #id-1191 .article-card-item:nth-child(2){
         order: 3;
         margin: 10px !important;
      }
     #id-1191 .article-card-item:nth-child(1){
         order: 4;
         margin: 10px !important;
      }
      .connector1{
         margin-top: unset !important;
         top: unset !important;
      }
      .connector3{
         margin-top: unset !important;
         top: unset !important;
      }
}
@media (max-width: 585px){
      #id-1191 .article-wrapper{
         flex-direction: column-reverse;
      }
}