section {
  padding: 100px 0;
}

section p, section h2 {
  margin-bottom: 20px;
}

/* pricing-section (start) */
#pricing-section {
  text-align: center;
  padding-bottom: 0;
}

#pricing-section h2 {
  margin-bottom: 50px;
}

/* pricing-item (start) */
.pricing-item {
  border-radius: 3px;
  display: inline-block;
  width: 260px;
  height: auto;
  background: #fff;
  margin: 5px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0.6, 0.2, 1.8);
  transition: all 0.2s cubic-bezier(0.3, 0.6, 0.2, 1.8);
}

.pricing-item:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.pricing-item .pricing-title {
  width: 100%;
  color: white;
  display: block;
  position: relative;
  background: #0375E6;
  padding: 7px;
  font-weight: bold;
  font-size: 20px;
  //background: #FF4136;
  //background: #2ECC40;
}

.pricing-item.pricing-observer .pricing-title {
  background: #E3714C;
}

.pricing-item.pricing-trainer .pricing-title {
  background: #203954;
}
/* pricing-item (end) */

/* pricing-value (start) */
.pricing-value {
  width: 180px;
  height: 180px;
  padding-top: 46px;
  border-radius: 50%;
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  margin: 10px auto;
}

.pricing-value .smallText {
  font-size: 14px;
}

.pricing-value .undertext {
  display: block;
  font-size: 16px;
}

.pricing-item .pricing-value {
  background: #0074d9;
  border: 2px solid #0074d9;
}

.pricing-item.pricing-observer .pricing-value {
  background: #E3714C;
  border: 2px solid #E3714C;
}

.pricing-item.pricing-trainer .pricing-value {
  background: #203954;
  border: 2px solid #203954;
}
/* pricing-value (end) */

/* List (start) */
.pricing-item .pricing-features {
  margin: 10px 0 20px 0;
  padding: 0;
  list-style: none;
}

.pricing-item .pricing-features li {
  display: block;
  width: 90%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.pricing-item .pricing-features li .keywords {
  font-weight: bold;
}

.pricing-item .aicoach-style-btn {
  margin-top: 30px;
}

.pricing-item.pricing-trainer .aicoach-style-btn {
  background: #203954;
  border: 2px solid #203954;
}

.pricing-item.pricing-trainer .aicoach-style-btn:hover {
  background: transparent;
  color: #203954;
}

.pricing-item.pricing-observer .aicoach-style-btn {
  background: #E3714C;
  border: 2px solid #E3714C;
}

.pricing-item.pricing-observer .aicoach-style-btn:hover {
  background: transparent;
  color: #E3714C;
}

.selected {
  z-index: 10;
  width: 180px;
  height: 32px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 5px #888888;
  background: gold;
  border-top: 5px solid gold;
  border-bottom: 5px solid gold;
  //background: #palegoldenrod;
  transform: rotate(35deg);
  position: absolute;
  right: -47px;
  top: 17px;
  opacity: 0.95;
}
/* List (end) */

#pricing-section .explain-block {
  margin-top: 50px;
  text-align: left;
}
/* pricing-section (end) */

#other-section {
  padding-top: 200px;
}

#other-section img {
  max-height: 750px;
}