/* Your Custom CSS Goes here */
.color-gray {
    color: #909aa7;
}

@media (min-width: 1100px) {
    .show-on-mobile {
        display: none!important;
    }
}