.dlaczego_my{
    display:block;

    //background-color:black;
    background-color:#f8c300;
}
.dlaczego_my::after{
    content:"";
    
    background:url(Fale1.png);
    background-position: center;
    height:200px;
    width:100%;
    display:block;
    position: absolute;
    //top:0;
    margin-top:-200px;

    background-color:#1d1d1d;
    
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}
.dlaczego_my::before{
    content: "";
    background:url(Fale1.png);
    background-position: center;
    height:200px;
    width:100%;
    display:block;
    position: absolute;
    //top:0;
    margin-top:-200px;
}


.dlaczego_my .container{
    margin-top:25em;
    margin-bottom:15em;
    padding-bottom:10em;
}
.dlaczego_my i{
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 3em;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s;

    
    display: block;
    margin: 0 auto;
    margin-top:-3em;
}

.dlaczego_my i.move_20_px{
    margin-top:-2.25em;
}

.dlaczego_my i.move_40_px{
    margin-top:-2.5em;
}

.dlaczego_my .ic1{
    background-color: #f8c300;
}

.dlaczego_my h2{
    font-weight: bold;
    font-size:2em;
    text-align:center;
    margin-top:70px;
    color: #fff;
}

.dlaczego_my p{
    text-align: center;
    margin-top:40px;
    color: #fff;
    padding:0 40px;
    font-size:1.5em;
}