﻿/* Mobile Styles */
@media screen and (max-width: 767px) {
    .dt-top-row > div {
        justify-content: center !important;
    }
}

/* Tablet Styles */
@media screen and (min-width: 768px) and (max-width: 1023px) {
}

/* Desktop Styles */
@media screen and (min-width: 1024px) {
}
