body {
  font-family: "Avenir LT W01_35 Light1475496";
  color: white;
  padding: 0;
}
h2 {
  display: none;
}
#tool-64 .component-wrapper {
  display: block;
}
#tool-64 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  height: 10rem;
  margin: 0;
  height: auto;
}
#tool-64 .open {
  margin-right: 4.8rem;
}
#tool-64 .delay_time {
  justify-content: flex-end;
  flex-grow: 1;
  display: flex;
}
#tool-64 .delay_time .label {
  margin-right: 0.5rem;
}
@media (max-width: 649px) {
  #tool-64 ul {
    padding: 2rem;
  }
  #tool-64 ul li {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  #tool-64 .open, #tool-64 .close {
    font-size: 2.8rem;
  }
  #tool-64 .delay_time {
    display: block;
  }
  #tool-64 .delay_time .label {
    display: block;
    padding-bottom: 1rem;
  }
}
