section{
    background-color: rgba(var(--color-background));
}

@media(max-width:959px){
    .mobile-text-start{
        text-align: left !important;
    }
    .mobile-text-end{
        text-align: right !important;
    }
    .mobile-text-center{
        text-align: center !important;
    }
}