.trial__price {
  position: relative;
  background: #87cefa;
  padding: 100px 0 100px;
}
.trial__price-inner { position: relative; }
.trial__price-title {
  color: #1c6f93;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 60px;
}
.trial__price-table {
  max-width: 1194px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 426fr 768fr;
  border-radius: 20px;
  overflow: hidden;
}
.trial__price-row {
  display: contents;
}
.trial__price-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #464646;
  line-height: 1.4;
  padding: 26px 14px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  min-height: 84px;
}
.trial__price-label--cream { background: #faeb7b; }
.trial__price-label--yellow { background: #e6cf1e; }
.trial__price-label--cyan {
  background: #00bfff;
  color: #ffffff;
}
.trial__price-value {
  display: flex;
  align-items: center;
  background: #ffffff;
  color: #464646;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  padding: 26px 40px;
  border: 1px solid #7cbed9;
  box-sizing: border-box;
  min-height: 84px;
}
.trial__price-row--monthly .trial__price-label,
.trial__price-row--monthly .trial__price-value {
  min-height: 144px;
}

.trial__price-note {
  max-width: 1194px;
  margin: 50px auto 0;
  background: #ffffff;
  border-radius: 41px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  box-sizing: border-box;
}
.trial__price-note-text {
  color: #24799d;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

@media (max-width: 899px) {
  .trial__price { padding: 60px 0; }
  .trial__price-title { font-size: 28px;
 margin-bottom: 30px; }
  .trial__price-table {
    grid-template-columns: 120px 1fr;
    border-radius: 12px;
  }
  .trial__price-label,
  .trial__price-value {
    font-size: 14px;
    min-height: 56px;
    padding: 12px 8px;
    line-height: 1.5;
  }
  .trial__price-value { padding: 12px 14px; font-size: 16px; }
  .trial__price-row--monthly .trial__price-label,
  .trial__price-row--monthly .trial__price-value {
    min-height: 90px;
  }
  .trial__price-note { padding: 16px 18px; min-height: 0; border-radius: 24px; margin-top: 24px; }
  .trial__price-note-text { font-size: 14px;
 line-height: 1.5; }
}
@media (max-width: 480px) {
  .trial__price-title { font-size: 24px;
 }
  .trial__price-table { grid-template-columns: 92px 1fr; }
  .trial__price-label, .trial__price-value { font-size: 12px;
 padding: 10px 6px; }
  .trial__price-value { padding: 10px 10px; }
}
