.container-osocze-conditions{
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    position:relative;
    font-family: 'JosefinSans-Regular', sans-serif;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  
.container-osocze-conditions{
 /*  margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column; */
}
.container-osocze-conditions .title-section{
  margin-bottom: 4%;
  font-size: 3.5vw;
    text-align: center;
    color: #FF1433;
    font-family: 'JosefinSans-Light', sans-serif;
}
.container-osocze-conditions .points-to-take{
    display: flex;
    flex-wrap: wrap;
    padding-top: 8%;
    padding-bottom: 5%;
    justify-content: space-evenly;
    position: relative;
    
}

.container-osocze-conditions .points-to-take .text-section{
    width: 27%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 10%;
    align-self: flex-end;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
}


.container-osocze-conditions .points-to-take .kropla{
  position: absolute;
  width: 5%;
}
.container-osocze-conditions .points-to-take .kropla1{
    transform: translate(-48%, -194%);
    -webkit-transform: translate(-48%, -194%);
}

.container-osocze-conditions .points-to-take .kropla2{
    transform: translate(-228%, -231%);
    -webkit-transform: translate(-228%, -231%);
}
.container-osocze-conditions .points-to-take .kropla3{
    transform: translate(-52%, -190%);
    -webkit-transform: translate(-52%, -190%);
}

.container-osocze-conditions .points-to-take .kropla4{
    transform: translate(126%, -105%);
    -webkit-transform: translate(126%, -105%);
}
.container-osocze-conditions .points-to-take .kropla5{
    transform: translate(-123%, -134%);
    -webkit-transform: translate(-123%, -134%);
    width: 10%;

}


@media only screen and (max-width: 600px) {
    .container-osocze-conditions .title-section{
        font-size: 7.5vw;

    }
    .container-osocze-conditions .points-to-take{
        flex-direction: column;
    }
    .container-osocze-conditions .points-to-take .text-section{
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 2%;
        align-self: flex-end;
        font-size: 5.2vw;
        text-align: center;
    }
    .container-osocze-conditions .points-to-take .kropla{
        width: 16%;
    }

    .container-osocze-conditions .points-to-take .kropla1{
        transform: translate(-454%, -194%);
        -webkit-transform: translate(-454%, -194%);
    }
    .container-osocze-conditions .points-to-take .kropla2{
        transform: translate(115%, -297%);
    -webkit-transform: translate(115%, -297%);
    
    }
    .container-osocze-conditions .points-to-take .kropla3{
        transform: translate(-406%, -190%);
        -webkit-transform: translate(-406%, -190%);
    }
    .container-osocze-conditions .points-to-take .kropla4{
        transform: translate(557%, -98%);
        -webkit-transform: translate(557%, -98%);
    }

    .container-osocze-conditions .points-to-take .kropla5{
        transform: translate(-384%, -69%);
        -webkit-transform: translate(-384%, -69%);
        width: 24%;
    }
  
    }