﻿.trial-page {
  display: flex;
  flex-direction: column;
  padding: 32px 64px 32px 64px;
}

.trial-page h1 {
  color: #8060a0;
  margin-bottom: 32px;
  font-size: 2em;
}

.trial-page p {
  color: #333333;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.trial-page a {
  text-decoration: underline;
}

.box-intro {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 16px;
 /*padding: 16px;
  border: 2px solid #f1f1f1;
  border-radius: 8px;
  background-color: #f1f1f1;
  box-shadow:0 0 4px #434343;*/
  line-height:1.5;
}

.box-step1 {
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 2px solid #8060a0;
  border-left: 30px solid #8060a0;
  border-radius: 8px;
  box-shadow:0 0 4px #a080c0;
  line-height:1.5;
}
.box-step1 h2 {
  color: #a080c0;
  margin-bottom: 8px;
  font-size: 1.5em;
  font-style: italic;
}

.box-step2 {
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 2px solid #6080c0;
  border-left: 30px solid #6080c0;
  border-radius: 8px;
  box-shadow:0 0 4px #80a0e0;
  line-height:1.5;
}
.box-step2 h2 {
  color: #80a0e0;
  margin-bottom: 8px;
  font-size: 1.5em;
  font-style: italic;
}
.box-step2 p:last-child {
  color: #cc1f1f;
}

.box-step3 {
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 2px solid #60a060;
  border-left: 30px solid #60a060;
  border-radius: 8px;
  box-shadow:0 0 4px #80c080;
  line-height:1.5;
}
.box-step3 h2 {
  color: #80c080;
  margin-bottom: 8px;
  font-size: 1.5em;
  font-style: italic;
}
.box-step3 div {
  margin-top: 12px;
}