.section.section-1 .bg-left {
    top: 0;
}

.justify-content-evenly {
    justify-content: space-between;
}

.align-items-end {
    align-items: flex-end;
}


.hero-slider--items .item .icon-1 {
    left: 80px;
    top: 180px!Important;
    right: auto;
    display: none;
}

.info-0 {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.info-0 span {
    color: #ED1A3B;
}

.zalety-0 {
    margin-top: 0px;

    max-width: 80%;
}

.zalety-0 .item-0 {
    width: 100%;
    padding: 20px 0px 20px 100px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #e1e4e6;
    background-color: white;
    margin-right: 26px;
    margin-left: 2px;
    transition: all 0.3s linear;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}

.item-0 span {
    font-size: 18px;
    font-weight: 500;
}

.ptaszek:before {
    position: absolute;
    content: " ";
    background-image: url(../../img/check-solid.svg);
    width: 40px;
    height: 40px;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.d-flex-col .dlon {
    justify-content: center;
    width: 35%;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-evenly {
    justify-content: space-between;
}

.hero-slider--items .item .icon-1 {

    height: 500px;
}

.hero-slider--items .item .icon-1 {
    height: calc(525px * 0.5);
}

.contact-form {
    /* margin-top: -500px; */
}

@media(max-width: 992px) {
    .consolidation .list {
        align-items:center;
    }
}