.hero-back {
  display: flex;
  justify-content: center;
  align-self: stretch;
  padding-bottom: 50px;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  width: 100%;
  margin: 0 16px;
}

.hero-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-logo {
  display: flex;
  padding-bottom: 60px;
}

.hero-icon {
  width: 80px;
  border-radius: 20px;
  margin-right: 20px;
}

.hero-screen {
  width: 350px;
  box-shadow: 0px 0px 30px ghostwhite;
}

.hero-CTA {
  width: 150px;
}

.hero-CTA:hover {
  opacity: 0.8;
}

/* MOBILE */
@media (max-width: 800px) {
  .hero-content {
    flex-direction: column;
  }

  .hero-info {
    margin-bottom: 16px;
  }
}
