.round-bar-section{
    background-color: var(--theme-light);
}
.angles-section{
    background-color: var(--light-grey-section);
    z-index: 0;
}

@media screen and (min-width: 769px) {
    .channel-section:after{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        height: 20%;
        width: 100%;
        background-color: var(--light-grey-section);
        z-index: -1;
    
    }   
    .angles-section:after{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        height: 15%;
        width: 100%;
        background-color: var(--white);
        z-index: -1;
    
    }  
}