section.app {
  height: auto;
  min-height: auto;
  background-color: #6495ED;
  color: black;
}

section.app h2 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
}

img.app-icon {
  width: 8vw;
  height: 8vw;
  padding: 12px;
  object-fit: cover;
  border-radius: 20%;
}

section.app .app-screens {
  padding-bottom: 128px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.app .app-screen .vertical {
  width: 14vw;
  height: 14vw;
  margin-top: 96px;
}

section.app .app-screen .horizontal {
  height: 14vw;
  margin-top: 96px;
}

section.app .app-screen img {
  object-fit: cover;
  border-radius: 16px;
}

section.app .app-screen img {
  width: 14vw;
}

section.app .app-screen .horizontal img {
  width: 14vw;
  height: 14vw;
}

section.app .app-screen h4 {
  font-size: 1.15em;
  padding-bottom: 0;
  white-space: nowrap;
}

section.app .app-screen p {
  font-size: 1em;
  margin: 8px 0 32px;
  min-height: 40px;
}

section.app .app-screen span {
  font-size: 0.75em;
}

@media screen and (max-width: 1200px) {
  section.app h4 {
    font-size: 1em;
  }
}

@media screen and (max-width: 1024px) {
  section.app .app-screen {
    width: 32vw;
  }

  section.app .app-screen img {
    width: 32vw;
    height: 32vw;
  }
}

@media screen and (max-width: 768px) {
  section.app .app-screen {
    width: 64vw;
  }

  section.app .app-screen img {
    width: 64vw;
    height: 64vw;
  }
}
