.page__picture {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 112px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page__text-wrap {
    margin-top: 24px;
    margin-bottom: 16px;
}

.page__text {
    font-size: 16px;
    color: #000000;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.part-catalog {
    padding-top: 45px;
    padding-bottom: 45px;
}

@media (min-width: 1025px) {
    .page__text {
        column-count: 2;
    }
}

@media (max-width: 1024px) {
    .page__picture {
        height: 55px;
    }

    .page__text {
        font-size: 15px;
    }

    .part-catalog {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .page__picture {
        height: 40px;
    }

    .page__text {
        font-size: 14px;
    }

    .page__text-wrap {
        margin-top: 14px;
        margin-bottom: 6px;
    }

    .part-catalog {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}