Debut Theme Hero Banner Text Overlay Adjustment on Desktop without affecting Mobile

@LaurenGlacia
Paste this code in the theme.scss file.

@media only screen and (min-width: 992px){
.page-width.text-center {
    margin-right: 13% !important;
}
}