.offers_intro {
  margin: 30px auto;
  background-color: #b5ce00;
  border-bottom: 4px solid #92a600;
}

.offers_intro [class*="col-"] {
  display: table-cell;
  float: none;
}

.offers_intro__txt {
  padding: 20px 0;
}

.offers_intro__txt p {
  margin: 0;
  color: white;
}

.offers_intro__txt h1,
.offers_intro__txt h2,
.offers_intro__txt h3,
.offers_intro__txt h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: .6em;
}

.offers_intro__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ============= *
 * Blocks offers *
 * ============= */

.subscriptions-offers {
  margin-top: 20px;
}

.subscriptions-offers li {
  display: table;
  float: left;
  width: 50%;
  margin: 2% auto;
  padding: 0 2%;
  box-sizing: border-box;
  color: white;
}

.subscriptions-offers img {
  width: auto;
  height: 60px;
  margin-bottom: 15px;
}

.subscriptions-offers p {
  font-size: 14px;
  color: #af7002;
}

.subscriptions-offers span {
  display: block;
  width: 57px;
  height: 57px;
  margin: 0 auto 20px;
  background-color: #fcc331;
  border-radius: 50%;
  font-weight: bold;
  font-size: 22px;
  line-height: 57px;
}

.subscriptions-offers strong {
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.subscriptions-offers .free strong {
  font-size: 24px;
  text-transform: capitalize;
}

.subscriptions-offers li .wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 180px;
  border-bottom: 4px solid #fcc331;
}

.subscriptions-offers .free .wrapper {
  background-color: #b5ce00;
  border-bottom: 4px solid  #9db300;
}

.subscriptions-offers .premium .wrapper {
  background-color: #fcc331;
  border-bottom: 4px solid  #f1a520;
}


/* =============== *
 * List advantages *
 * =============== */

.advantages {
  float: left;
}

.advantages li {
  display: table;
  position: relative;
  width: 100%;
  padding: 15px 5px 15px 50px;
  border-bottom: 1px solid #d7d9db;
  box-sizing: border-box;
}

.advantages .advantage-table {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 45px;
}

.advantages li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}

.advantages li:first-child,
.advantages li:last-child {
  border: none;
}

.advantages.free_member {
  width: 40%;
}

.advantages.premium_member {
  width: 55%;
  margin-left: 5%;
}

.advantages li:first-child {
  display: block;
  padding: 25px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  color: white;
}

.advantages li:first-child span {
  display: block;
  font-size: 32px;
  font-weight: bold;
}

.advantages .free {
  background-color: #b5ce00;
}

.advantages .premium {
  background-color: #fcc331;
}

.premium_member li i {
  color: #fcc331;
}

.free_member li i {
  color: #b5ce00;
}
