html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* styles.css */
@media only screen and (max-width: 600px) {
    .bordered-left-right {
        border-left: 0;
        border-right: 0;
    }

    .text-primary {
        font-size: 12px;
    }
}