.wj-catchall-child-en .accordion {
    background-color: #f4f4f4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.wj-catchall-child-en .wj-catchall-container {
    margin: 0 auto;
    border: 1px solid #d9d9d9;
  }
.wj-catchall-child-en .wj-catchall-container.container {
  padding: 0 !important;
  margin: auto !important;
}
body:not(.home):not(.dc-page-is-builder) #main-content .wj-catchall-child-en .wj-catchall-container.container {
    padding: 0 !important;
    margin: auto !important;
}
body:not(.home) #main-content .wj-catchall-child-en .wj-catchall-container.container {
    padding: 0 !important;
    margin: auto !important;
}
body:not(.et_pb_pagebuilder_layout) .wj-catchall-container.container{
    width: 100% !important;
}
.wj-catchall-child-en .wj-catchall-container.container:before{
    display: none !important;
}
/*.et_pb_pagebuilder_layout .wj-catchall-child-en .wj-catchall-container{*/
/*    width: 80% !important;*/
/*}*/
.wj-catchall-child-en .active, 
.wj-catchall-child-en .accordion:hover {
    background-color: #ccc;
}
.wj-catchall-child-en .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.wj-catchall-child-en .panel p{
	padding: 0 0 20px 0 !important;
}
.wj-catchall-child-en .accordion h3{
    padding-bottom: 0;
	max-width: 90%;
}
.wj-catchall-child-en .panel h4{
	padding: 20px 0 10px 0;
}
.wj-catchall-child-en .accordion span {
	background-color: #171717;
	color: #fff;
	font-size: 20px;
    float: right;
    margin-left: 5px;
	 width: 20px;
    height: 20px;
    border-radius: 30px;
    text-align: center;	
	line-height: 19px;
	margin-top: -20px;
}
.wj-catchall-child-en .accordion span:after {
	content: '\002B';
}
.wj-catchall-child-en .active span:after {
    content: "\2212";
}
.wj-catchall-child-en {
    margin: 10px auto;
}
.wj-catchall-child-dis {
    margin: 30px auto;
}
.wj-catchall-child-en .thumbnail,
.wj-catchall-child-dis .thumbnail {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.wj-catchall-child-en .thumbnail img{
	max-width: 100px;
	height: 100px;
	margin-top: 20px;
}
.wj-catchall-child-dis .thumbnail img{
	max-width: 100px;
	height: 100px;
}
.wj-catchall-child-en .read-more,
.wj-catchall-child-dis .read-more {
    margin-top: 15px;
    display: inline-block;
    /* background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 3px;
    color: #333333;
    font-weight: 600;
    box-shadow: #000000 0 0 1px;
    opacity: 0.8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -mstransition: all 0.5s; */
}
.wj-catchall-child-en:last-child {
    margin-bottom: 50px;
}