/******************************
SECTION: POSADZIMY.PL
******************************/

.section-posadzimypl {
    padding: 0 0 30px;
}

a.anchore--section-posadzimypl {
    text-decoration: none!important;
    transition: all 0.3s ease-in-out;
}

a.anchore--section-posadzimypl:hover {
    opacity: 0.85;
}

.section-posadzimypl .section-posadzimypl__headline-holder {
    padding: 30px 15px 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.section-posadzimypl .section-posadzimypl__headline-holder::after {
    display: none;
}

.section-posadzimypl .section-posadzimypl__headline-holder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d8d5ce;
}

.section-posadzimypl .section-posadzimypl__logo {
    margin-right: 15px;
}

.section-posadzimypl .section-posadzimypl__headline {
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: initial;
    font-size: 17px;
}

.section-posadzimypl .section-posadzimypl__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-posadzimypl .item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-posadzimypl .item .item__text {
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 991.98px) {
    .section-posadzimypl .item {
        width: 33.333%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575.98px) {
    .section-posadzimypl .item {
        width: 50%;
    }
    .section-posadzimypl .section-posadzimypl__headline-holder {
        flex-direction: column;
        text-align: center;
    }
    .section-posadzimypl .section-posadzimypl__logo {
        margin: 0 auto 15px;
    }
}