.sec-1 {
  color: #fff;
  background-color: #007aa5;
  background-image: url(../images/pricing/bg-1.png);
  background-position: bottom 6px center;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

.sec-1 .header h1 {
  padding-top: 12px;
  margin-top: 0;
}

.sec-2 .sec-body {
  margin-top: -60px;
  margin-bottom: 25px;
}

.sec-2 .sec-body .cell {
  padding: 36px 16px 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  max-width: 320px;
  color: #333;
}

.sec-2 .sec-body .cell img {
  align-self: center;
  margin-bottom: 26px;
}

.sec-2 .sec-body .cell h1 {
  font-weight: bold;
  font-size: 20px;
  padding-top: 0;
}

.sec-2 .sec-body .cell h1 i {
  font-weight: normal;
}

.sec-2 .sec-body .cell ul {
  flex: 1 1 auto;
  padding-inline-start: 26px;
  line-height: 1.5;
}

.sec-2 .sec-body .cell .btn {
  padding-top: 16px;
  padding-bottom: 14px;
  line-height: normal;
  color: #fff;
}

.sec-2 .sec-body .cell.c1 .btn {
  background-color: #d236a2;
}

.sec-2 .sec-body .cell.c2 .btn {
  background-color: #ee425a;
}

.sec-2 img {
  align-self: center;
}

.sec-3 {
  margin: 20px 0px;
}

.sec-3 .sec-body .btn {
  padding-top: 16px;
  padding-bottom: 14px;
  line-height: normal;
  color: #fff;
  background-color: #d236a2;
}

.sec-4 h1 {
  font-size: 24px;
}

.sec-4 .trial {
  text-align: center;
}

.sec-4 .trial h1 {
  margin-top: 13px;
  background-color: #007aa5;
  padding: 8px 18px;
  color: #fff;
}

.sec-5 {
  padding-top: 120px;
}
