﻿/*seems to not be needed*/
/*.test-skew::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 60px;
    height: 110px;
    transform: skewY(-0deg);
}*/



@media (min-width: 993px) {
    .test-skew::before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0;
        bottom: -60px;
        height: 110px;
        background: white;
        transform: skewY(-2deg);
    }
}
