.apps_banner {
  padding: 80px 0;
  background-color: #f3f0ff;
}
.apps_banner .apps_inner_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apps_banner .apps_inner_container h2 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 24px;
}
.apps_banner .apps_inner_container p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}