@charset "UTF-8";

/** Utility **/

.color-333 {
    color: #333;
}

.placeholder-small::placeholder {
    font-size: .9em;
}

@media (min-width: 768px) {
    .placeholder-md-small::placeholder {
        font-size: .9em;
    }
}
