.newsflash-horiz-test-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
}

.menu-prof-block{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    margin-bottom: 60px;
}

.menu-prof-block::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    transform: translate(-50%, 140%);
    left: 50%;
    bottom: 0;
}

.home-banners__block{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 25px 44px;
    position: relative;
    min-height: 284px;
    grid-column: span 1;
}



.menu-prof-block li{
    grid-column: span 1;
    height: 284px;
    position: relative;
}

.mod-list li a .image-title{
    position: absolute;
    left: 44px;
    top: 25px;
    font-size: 50px;
    max-width: 400px;
    color: #fff;
    z-index: 2;
}

.menu-prof-block li a{
    font-family: 'DIN2014-Demi', sans-serif;
    font-size: 50px;
    color: var(--white-color);
    line-height: 50px;
    display: block;
}

.menu-prof-block li a::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



/* Color overlays for tangram_prof_block menu */
.mod-list li .orange::after{
    background-color: rgba(247, 147, 30, 0.5);
}
.mod-list li .green::after{
    background-color: rgba(106, 191, 75, 0.5);
}
.mod-list li .blue::after{
    background-color: rgba(60, 180, 229, 0.5);
}
.mod-list li .yellow::after{
    background-color: rgba(224, 204, 0, 0.5);
}

.mod-list img{
    object-fit: cover;
    width: 100%;
    height: 284px;
    display: block;
}


.home-banners__block .home-banners__block-title{
    font-family: 'DIN2014-Demi', sans-serif;
    font-size: 50px;
    color: var(--white-color);
    line-height: 50px;
    position: relative;
    z-index: 1;
}


.home-banners__block::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-banners__block-proff::after {
    background-color: rgba(247, 147, 30, 0.5);
}

.home-banners__block-advocacy::after {
    background-color: rgba(106, 191, 75, 0.5);
}

.home-banners__block-educators::after {
    background-color: rgba(60, 180, 229, 0.5);
}

.home-banners__block-foundation::after {
    background-color: rgba(224, 204, 0, 0.5);
}
