﻿@media (min-width: 1280px) {
    .md-screen\:justify-self-center {
        justify-self: center;
    }
}

@media (min-width: 1280px) {
    .md-screen\:pr-0 {
        padding-right:0;
    }
}
