.products{
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.products::after{
    content: '';
    background: #1FBDFFCC;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}