#id-1086 .introduction {
	background-color: rgb(59 81 157 / 9%) !important;
}
#id-1090 .article-content {
    	border-radius: 0 0 20px 20px;
}
#id-1085 .leftNavContainer {
	display : none
}
#id-1089 .article-card-item {
	cursor : pointer
}
#id-1089 .article-wrapper{
        width: 100%;
        justify-content: flex-start;
}
#id-1085 .fixedNavbarHolder{
flex-wrap: wrap
}
@media (max-width: 1200px){
   #id-1089 .article-card-item{
     margin: 10px !important;
  }
}
@media (min-width: 994px) and (max-width: 1200px){
   #id-1089 .article-wrapper{
     flex-direction: row-reverse !important;
  }
   #id-1089 .article-card-item{
     min-width: 300px;
     width: 300px !important;
  }
}
@media (max-width : 576px) {
	#id-1090 .article-header{
	    	max-width: none !important;
	}
        #id-1089 .article-card-item{
                width : 85% !important;
                height : 120px !important;
            }
        #id-1089 .card-image-content{
                padding : 5px 0 !important;
            }
        #id-1089 .article-image{
                width : 41px !important;
                height : 41px !important;
           }
}