* {
  font-family: 'Roboto', sans-serif;
}
input {
  font-size: 16px !important;
}
textarea {
  padding: 6px 0 0 5px !important;
  font-size: 16px !important;
  color: black !important;
}
.col-1-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
