section.pattern-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images//home/pattern.png');
    opacity: 0.5;
    
}
