.deco{
    position: absolute;
    width: 100%;
    height: auto;
    &.bt{
        bottom: 0;
    }
}

section:has(.deco.bt){
    padding-bottom: 10rem;
}