.diagnostic-options{
  display:grid;
  grid-template-columns:1fr;
  gap:11px;
  max-width:820px;
}

.diagnostic-options button{
  display:flex;
  align-items:center;
  gap:16px;
  width:100%;
  min-height:62px;
  padding:15px 21px;
}

.diagnostic-options button:hover{
  transform:translateX(4px);
}

.diagnostic-options button i{
  width:19px;
  height:19px;
  flex:0 0 19px;
}

@media(max-width:820px){
  .diagnostic-options button:hover{transform:none}
}
