.center {
  width: 100%;
  max-width: 1200px;
  flex-shrink: 0;
  padding: 0 20px;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
}

.page {
  display: flex;
  font-family: "Noto Sans", Arial, sans-serif;
}

.aside {
  width: 342px;
  flex-shrink: 0;
  margin-right: 32px;
}

.aside-title {
  color: #1f1f1f;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}

.aside-text {
  color: #8c969d;
  font-size: 16px;
  margin-bottom: 8px;
  margin-right: 14px;
  line-height: 26px;
}

.text-bullet {
  display: inline-block;
  background: #ef504f;
  border-radius: 50%;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px;
}

.aside-button {
  padding: 16px 0 52px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  border-radius: 46px;
  background: #2b8bde;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.2s;
  letter-spacing: 1px;
}

.button:hover {
  background: #247bc7;
}

.page-content {
  flex-grow: 1;
}

.page-card {
  padding: 32px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 15px 15px 9px rgb(194 194 194 / 10%);
  color: #1f1f1f;
  font-size: 16px;
  line-height: 28px;
}

.page-card-pistachio {
  background: #f8fff4;
}

.page-card-title {
  font-size: 22px;
  color: #202020;
  font-weight: bold;
  margin-bottom: 16px;
}

.page-card p {
  padding: 0;
  margin: 0px 0px 12px 0px;
}

.page-card p:last-child {
  margin-bottom: 0;
}

.page-card-tag {
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin: 0 4px 8px 0;
  padding: 0 8px;
  background: #e7f4ff;
  color: #2b8bde;
  font-size: 12px;
  border-radius: 4px;
}

@media screen and (max-width:1199px) {
  .center {
    max-width: 900px;
    padding: 0;
  }

  .aside {
    width: 300px;
  }
}

@media screen and (max-width:960px) {
  .page {
    flex-direction: column;
  }

  .center {
    max-width: 580px;
  }

  .aside {
    width: 100%;
    margin: 0 0 36px 0;
  }

  .aside-title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .aside-button {
    padding: 16px 0 34px 0;
  }

  .aside-share {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width:639px) {
  .center {
    max-width: 420px;
  }

  .page-card-title {
    font-size: 20px;
  }
}

@media screen and (max-width:479px) {
  .center {
    max-width: 312px;
    padding: 0 4px;
  }

  .page-card {
    padding: 24px;
  }

  .aside-share {
    align-items: flex-start;
    flex-direction: column;
  }
}
