.crownpunkts_block_bottom{
    margin-top: 16px;
    margin-bottom: 32px;
}
.crownpunkts_block_item_number{
    min-height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center/cover;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    border-radius: 100px;
}

.crownpunkts_block_item  {
    list-style: none;
}

.crownpunkts_block_item{
    display: flex;
    gap: 13px;
    align-items: center;
}
.crownpunkts_block_item_text p:last-of-type{
    margin-bottom: 0;
}
.crownpunkts_block_item_text p{
	line-height:130%;
}
.crownpunkts_block_bottom strong,
.crownpunkts_block_top strong{
    font-weight: 400;
    background:url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center/cover;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
}
.crownpunkts_block_top ul{
    max-width: 656px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.crownpunkts_block_top{
    margin-bottom: 60px;
}
.crownpunkts_block_top li:before{
    content: '';
    margin-top: 10px;
    background:url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center/cover;
    min-width: 4px;
    min-height: 4px;
    border-radius: 50px;
    display: block;
}
.crownpunkts_block_top li{
    align-items: flex-start;
    display: flex;
    gap: 12px;
    list-style: none;
    background:url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center/cover;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
}
.crownpunkts_block_item_text strong{
    font-weight: 600;
    background:url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center/cover;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
}
.crownpunkts_block_items{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media screen and (max-width: 768px){
    body .crownpunkts_block_top ul{
        gap: 16px;
    }
    body .crownpunkts_block_top{
        margin-bottom: 40px;
    }
    body .crownpunkts_block_top li:before{
        margin-top: 8.5px;
    }
    body .crownpunkts_block_item_number{
        min-width: 30px;
        min-height: 30px;
    }
    body .crownpunkts_block_items{
        gap: 10px;
    }
    body div.crownpunkts_block_bottom{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    body div.crownpunkts_block_bottom{
        margin-top: 16px;
        margin-bottom: 20px;
    }
}