.mind-out {
  display: none;
  justify-content: space-between;
  position: fixed;              
  top: 50%;                     
  left: 50%;                   
  transform: translate(-50%, -50%);
  font-family: 'Outfit', 'Inter', 'Satoshi', 'Array', Arial, sans-serif;
  background-color: rgba(255, 255, 255, 1);
  color: #000000;
  padding: 13px 6.5px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
}

[data-theme="light"] .mind-out {
  display: none;
  background-color: rgba(0, 0, 0, 1);
  color: #ffffff;
}

.car {
  width: auto;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: 0;     
  margin-top: 13px;   
}


@media (max-width: 1285.6px) {
  .mind-out {
    display: block;
  }
  [data-theme="light"] .mind-out {
    display: block;
  }
}
