.install-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: #eed8ca;
}

.install-card h2 { margin-bottom: 5px; }
.install-card p:last-child { margin-bottom: 0; }

@media (max-width: 760px) {
  .install-card {
    align-items: flex-start;
    flex-direction: column;
  }
}
