section{
    &:has(.deco.bt.extra-padding) .mn_wd{
        padding-bottom: 5rem;
    }
    &:has(.deco.tp.extra-padding) .mn_wd{
        padding-top: 5rem;
    }
}
.deco{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    &.bt{
        bottom: -1px;
    }
    &.tp{
        top: 0;
    }
}

.bg img{
    object-fit: cover !important;
}

.cnt-stl ul li:before{
    background-color: transparent !important;
}