   .blue {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    }
    
    .blue svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    }
    
    .blue .shape-fill {
    fill: #53afbe;
    }

    .yellow {
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        }
        
        .yellow svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        }
        
        .yellow .shape-fill {
        fill: #feb449;
        }
      
      
        .red {
            top: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            }
            
            .red svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
    
            }
            
            .red .shape-fill {
            fill: #fe5c36;
            }
          
            .cream {
                top: 0;
                left: 0;
                width: 100%;
                overflow: hidden;
                line-height: 0;
                }
                
                .cream svg {
                position: relative;
                display: block;
                width: calc(100% + 1.3px);
        
                }
                
                .cream .shape-fill {
                fill: #efdbcb;
                }

                .green {
                    top: 0;
                    left: 0;
                    width: 100%;
                    overflow: hidden;
                    line-height: 0;
                    }
                    
                    .green svg {
                    position: relative;
                    display: block;
                    width: calc(100% + 1.3px);
            
                    }
                    
                    .green .shape-fill {
                    fill: #4cad31;
                    }

                    .white {
                        top: 0;
                        left: 0;
                        width: 100%;
                        overflow: hidden;
                        line-height: 0;
                        }
                        
                        .white svg {
                        position: relative;
                        display: block;
                        width: calc(100% + 1.3px);
                        }
                        
                        .white .shape-fill {
                        fill: white;
                        }