.topic-banner__image img {
    width: 100%;
    height: 572px;
    object-fit: cover;
}

.topic-banner .link {
	top: 532px;
}

.topic-banner__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.module-topic-banner .topic-banner__title span {
  font-family: var(--font-light);
}

.article-landing a.icon:hover, .article-landing a.icon:focus-visible {
        background-color: var(--primary-yellow);
}

.article-landing-page-down {
    font-size: 40px;
    padding: 20px;
    border-radius: 50%;
}

@media only screen and (max-width:767px){
	.article-landing-page-down {
     display: none;
    }
    
    .topic-banner__image {
     height:auto;
     padding-bottom: 24px;
    }
    
    .topic-banner__image img {
     height: 375px;
    }
    }