#snow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

.snowflake {
    position: absolute;
    top: -20px;
    color: #fff;
    opacity: 0.8;
    animation: fall linear infinite;
}

.page-id-242376 .banner_section {
    padding-bottom: 0px !important;
}

@keyframes fall {
    to {
        transform: translateY(110vh);
    }
}

.faq_Section::before {
    right: 0px !important;
}