.parallax {
    position: relative;
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    background-image: url(../images/parallax.webp);
    background-position: top;
    background-repeat: no-repeat;
    padding: 20px;
}

.parallax-subscribe{
    height: 420px;
    padding-bottom: 120px;
}

.parallax-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.parallax-img-left {
    position: absolute;
    left: -5px;
    top: -80px;
    transform: scaleY(-1) rotate(-180deg);
    z-index: 0;
}

.parallax-header {
    font-weight: var(--weight-400);
    font-size: 33px;
    z-index: 500;
}

.parallax-header>span {
    color: #407B39;
    font-weight: var(--weight-700);
}