.vh1 {
  height: 1vh;
}

.col-12-style {
  display: flex; 
  align-items: center; 
  justify-content: space-between;
}

.vw55 {
  width: 55vw;
}

.mr-1 {
  margin-right: 1.25vw;
}

.hidden {
  display: none;
}