section.sizes {
    padding: 150px 0 400px;
}

.sizes--wrapper {
    max-width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
}

.sizes--wrapper p {
    color: #453529;
    font-size: 20px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

@media (max-width: 600px) {
    .sizes--wrapper {
        padding: 0 20px;
    }

    .sizes--wrapper p {
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .sizes--wrapper {
        padding: 0 15px;
    }

    .sizes--wrapper p {
        font-size: 16px;
    }
}