.burger-page .ppc-best-section {
    background-image: url('../images/burger-paper-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    color: #fff;
}

.burger-page .ppc-best-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.burger-page .ppc-best-section > * {
    position: relative;
    z-index: 1;
}
