.image{
    position:relative;
}

.label-last{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: rgb(0 0 0 / 11%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #fff;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    font-weight: 500;
}