.festive-banner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1923px;
}

.festive-banner .banner {
    padding: 15px 25px;
    position: relative;
}   

.festive-banner .banner::after {
    content: "";
    width: 500px;
    height: 80px;
    position: absolute;
    background-image: url(../images/right-lights-desk.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: -20px;
    z-index: 4;
    background-size: 500px 80px;
    right: 0px;
}

.festive-banner .banner::before {
    content: "";
    width: 500px;
    height: 80px;
    position: absolute;
    background-image: url(../images/left-lights-desk.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: -20px;
    z-index: 4;
    background-size: 500px 80px;
    left: 0;
}

.festive-banner .banner img {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
}

.festive-banner .banner p {
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    position: relative;
}

.festive-banner .banner p::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    background-image: url(../images/fish-icons.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 18px;
    position: relative;
    z-index: 4;
    margin-left: 5px;
}
