.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #fff;
}


.delacroy-hero-slider .sp-item:after {
    content: "";
    background: #41a535;
    width: 100%;
    height: 304px;
    position: absolute;
    bottom: 0px;
}

.view-category,
.view-article #sp-main-body .container .article-details .article-details-img-wrap {
	background-image: linear-gradient(180deg, #41a535 500px, #ffffff 500px);
}

.related-article-list-container {
	display: none;
}

.article-details {
	margin-bottom: 50px;
}

.float-center {
	    width: fit-content;
    margin: auto;
}