select.form-control {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

@media screen and (max-width: 768px) {
  button, .btn {
    line-height: 1.2;
    min-width: unset;
    max-width: none;
    width: auto;
    height: auto;
  }
}
