/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
================================================== */

/* RESPONSIVE ISSUES */
@media (max-width: 320px) {
  .custom-btn {
    font-size: 10px;
  }
}