.category-span {
    width: 800px;
    height: 90px;
    /* padding: 80px 30px 80px 80px; */
    /* background-color: #4caf50; */
    background-color: #4caf50;
    -webkit-clip-path: polygon(100% 0, 86% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 750px 100%, 0 100%, 0 0);
}
#footer{
    position:absolute; 
    bottom:0px; 
    height:90px; 
    left:0px; 
    right:0px; 
    overflow:hidden;
}
.footer-container{
    color: white;
    text-align: right;
    padding-right: 60px;
}