section.start {
    height: 50vh;
    min-height: 600px;
        background-color: #000;
}
.full-background {
    opacity: 0.5;
    z-index: 1;
}
section.start .background {
    z-index: 0;
}
.hero {
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 799px) {
    .hero h4 {
        margin-top: var(--s-spacing);
    }
}

/* main */
h3 {
    margin-bottom: var(--m-spacing);
}
.separator-img {
  margin: 0;
}
p.second {
    margin-top: var(--xs-spacing);
}
.wrapper.margins > .center {
    margin-bottom: 0;
}
.two-flex {
    justify-content: center;
    margin: 0 auto;
}
.two-flex .flex-col h4 {
    white-space: nowrap;
}


/* dostawa */
.dostawa {
    background-color: var(--light);
}
.dostawa > .wrapper > .center > .container {
    padding-top: 0;
}


/* kwiatomaty */
.kwiatomaty {
    background-color: var(--medium);
}
.kwiatomaty * {
    color: #fff;
}
.kwiatomaty .flex {
    margin-top: var(--m-spacing);
}
.kwiatomaty .flex:not(.soc-med) {
    gap: 0;
}
.kwiatomaty .soc-med img:not(.grow-anim) {
    filter: none;
    width: 100px;
} 


@media screen and (min-width: 800px) {
    .two-flex .flex-col {
        flex-basis: 250px;
    }
    .kwiatomaty iframe {
     width: 700px;
    }
}
@media screen and (max-width: 799px) {
    .two-flex {
        gap: var(--s-spacing);
    }
}