.offcanvas-select-item {
  margin: 5px 0;
}
.content-title {
  font-size: 22px;
  font-weight: 600;
  color: #111111;
  text-align: center;
  margin-bottom: 12px;
}
.content-desc {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.download-title {
  margin-bottom: 44px;
  text-align: center;
}
.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  color: #fff;
  background: linear-gradient( 158deg, #0197B0 0%, #004C59 100%), #0197B0;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}
.link-text {
  margin: 12px 0;
  color: #4285F4;
  text-align: center;
  cursor: pointer;
}
