.app_download_split {
  width: calc(100% - 48px);
  max-width: 1392px;
  margin: 0 auto;
  padding: 40px 80px 60px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.app_download_split__divider {
  width: 100%;
  height: 1px;
  background: #e7e7ea;
  border-radius: 4px;
  flex-shrink: 0;
}
.app_download_split__cols {
  display: flex;
  align-items: stretch;
  gap: 40px;
  width: 100%;
}
.app_download_split__vdivider {
  width: 1px;
  flex-shrink: 0;
  align-self: stretch;
  background: #e7e7ea;
  border-radius: 4px;
}
.app_download_split__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.app_download_split__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 400px;
}
.app_download_split__content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #131032;
  text-align: center;
  margin: 0;
}
.app_download_split__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #757585;
  text-align: center;
  margin: 0;
}
.app_download_split__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  max-width: 400px;
  padding: 12px 16px 12px 12px;
  border: 1px solid #23232e;
  border-radius: 10px;
  text-decoration: none;
  color: #23232e;
  font-size: 16px;
  line-height: 20px;
  transition: background 0.2s;
}
.app_download_split__btn strong {
  font-weight: 700;
}
.app_download_split__btn:hover {
  background: #f4f4f5;
}
.app_download_split__btn img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .app_download_split {
    display: none;
  }
}
