/* make the text which is wrapped by strong tag bold */
    .my-accordion strong{
            font-weight:bold;
        }
/* customize the opacity of overlay for carousel */
.my-carousel .MMM--carouselListItem_hero-inner .MMM--heroStaticFigure-gradient{
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 46%, rgba(0,0,0,0.2) 99%);
}

