.block__section {
    margin: 50px 0;
}
.block__price {
    max-width: 76%;
    margin: 30px auto 30px auto;
}
.block__price-info {
    border-radius: 15px 15px 0 0;
    background-color: #b6b6b6;
    box-shadow: 1px -1px 10px rgb(0 0 0 / 40%);
}
.block__price-name {
    line-height: 67px;
    font-size: 22px;
    text-align: center;
    height: 70px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 15px 15px 0 0;
    background-color: #00b6e9;
}
.block__price-content {
    height: 180px;
    padding: 15px 0 0 0;
    overflow-y: auto;
    position: relative;
}
.block__price-content p {
    color: #fff;
    padding: 4px 15px 4px 45px;
    margin: 0;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}
.block__price-content p:before {
    content: "\2714";
    position: absolute;
    font-size: 17px;
    margin: 0px 0 0 -35px;
}
.block__price-content::-webkit-scrollbar {
    width: 5px;
    margin-right: 5px;
    background-color: rgb(0 0 0 / 15%);
}
.block__price-content::-webkit-scrollbar-thumb {
    background-color: #00b5e6;
}
.block__price-button {

}
.block__price-button button {
    height: 40px;
    margin: 25px auto 15px auto;
    background-color: #00b6e9;
    border: none;
    color: #fff;
    text-transform: uppercase;
}