.text{
display: block; 
    width: 800px;
    height: 180px;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: -35px;
    font-size: 20px;
    color: #8f7272;
    font-weight: 500;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 8px;
    box-shadow: 
        0 12px 40px -12px rgba(190, 120, 130, 0.2),
        0 4px 12px rgba(0, 0, 0, 0.08);
}
