.block_header {
    background-color: #f67b9c;
    border-radius: 20px 20px 0px 0px;
}

.block_header h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
    margin: 0;
}

.block_header p {
    font-size: 10px;
    font-weight: 600;
    opacity: 0.8;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 10px;
}

.block_body, .block_footer {
    background-color: #f4f9fd;
}

.block_body h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.block_body h2 p {
    font-size: 14px;
    font-weight: 600;
    line-height: 0.7;
}

.price_old {
    margin-top: 20px;
    font-size: 14px;
    text-decoration: line-through;
    opacity: 0.6;
    font-weight: 500;
    text-align: center;
    line-height: 0.2;
}

.price_new {
    font-weight: 600;
    color: #f67b9c;
    line-height: 0;
    text-align: center;
    margin: 0;
}

.button_div {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}

.default-btn {
    padding: 10px 30px !important;
    border-radius: 20px !important;
}

.slots {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

.block_footer {
    padding: 20px;
    font-size: 14px;
    min-height: 150px;
    font-weight: 600;
    color: black;
    border-radius: 0px 0px 20px 20px;
}

.block_footer::before {
    content: "";
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background-color: #f67b9c;
    opacity: 0.5;
}

.block_footer ol {
    padding: 20px 20px;
    list-style: none;
    line-height: 1.8;
}

.block_footer ol ul {
    opacity: 0.7;
    font-size: 13px;
    padding: 5px 20px;
    line-height: 1.7;
}

.block_footer ol li:hover, .block_footer ol ul li:hover {
    border-radius: 20px;
    background-color: #f67b9c;
    padding-left: 10px;
    cursor: pointer;
}
.block_footer_item {
    padding: 0 20px 20px 20px;
}