File: /var/www/vhosts/creativefellows.nl/nec.creativefellows.nl/public/scss/_home.scss
.page-section__trending-topics{
background: #f6f6f6;
padding-bottom:3rem;
.cell:nth-child(1) .text-wrapper{background:get-color-nec(0);}
.cell:nth-child(2) .text-wrapper{background:get-color-nec(2);}
.cell:nth-child(3) .text-wrapper{background:get-color-nec(3);}
.cell:nth-child(4) .text-wrapper{background:get-color-nec(4);}
.cell:nth-child(5) .text-wrapper{background:get-color-nec(5);}
.cell:nth-child(6) .text-wrapper{background:get-color-nec(6);}
}
.page-section__latest-news{
h3{color:$primary-color;}
ul{position:relative;min-height:1.5em;margin-top:0.75em;}
li{position:absolute;top:0;left:0;list-style:none;background-color:#f3f2f1;height:1.5em;overflow:hidden;display:block;width:100%;text-align:center;}
li::after{content:"";position:absolute;top:0;right:0;width:1.5em;height:1.5em;}
strong{font-weight:500;;}
strong::after{content:"-";padding-left:0.25em;}
a{color:#082c5c;}
a:hover{color:#000;}
.dots{text-align:center;}
.dots > span{display:inline-block;width:0.75rem;height:0.75rem;padding:0.5rem;border-radius:0.75rem;background-color:#ddd;margin:0 0.375rem;cursor:pointer;}
.dots > span:hover,
.dots span.active{background-color:#082c5c;}
}