.price {
    padding-top: 100px;
}

.price__wrapper {
    padding-top: 50px;

}

.price__item {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 10px 40px;
}

.price__item-info {
    padding: 15px 0 15px 15px;
    /*margin-top: 50px;*/
}

/*.price__item-info:first-child {*/
/*    margin-top: 0;*/
/*}*/

.price-color {
    background-color: #f3f3f3;
}

.price__button {
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 1024px) {
    .price {
        padding-top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .price {
        padding-top: 50px;
    }
    .price__wrapper {
        padding-top: 30px;
    }
}