.oplaty {
    max-width: 1150px;
    margin: 0 auto;
}
.oplaty_opis {
    font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
    line-height: 1.5;
    font-size: 17px;
}

@media(max-width: 1100px) {
    .oplaty_opis {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    line-height: 1.5;
    margin: 1vw 7vw 6vw 7vw;
}
}

@media(max-width: 500px) {
    .oplaty_opis {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    line-height: 1.5;
    margin: 1vw 7vw 6vw 7vw;
}
}