
.schema-list{
  width: 100%;
  position: relative;
  z-index: 60;
}
.schema-list:after{
    content: " ";
    display: table;
}
.schema-list:after{
  clear: both;
}
.schema-list:before{
  width: 4px;
  height: 150%;
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -2px;
  background: rgba(241,231,103,0);
  background: -moz-linear-gradient(top, rgba(241,231,103,0) 0%, rgba(253,174,1,1) 16%, rgba(253,174,1,1) 86%, rgba(253,174,1,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,0)), color-stop(16%, rgba(253,174,1,1)), color-stop(86%, rgba(253,174,1,1)), color-stop(100%, rgba(253,174,1,0)));
  background: -webkit-linear-gradient(top, rgba(241,231,103,0) 0%, rgba(253,174,1,1) 16%, rgba(253,174,1,1) 86%, rgba(253,174,1,0) 100%);
  background: -o-linear-gradient(top, rgba(241,231,103,0) 0%, rgba(253,174,1,1) 16%, rgba(253,174,1,1) 86%, rgba(253,174,1,0) 100%);
  background: -ms-linear-gradient(top, rgba(241,231,103,0) 0%, rgba(253,174,1,1) 16%, rgba(253,174,1,1) 86%, rgba(253,174,1,0) 100%);
  background: linear-gradient(to bottom, rgba(241,231,103,0) 0%, rgba(253,174,1,1) 16%, rgba(253,174,1,1) 86%, rgba(253,174,1,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#fdae01', GradientType=0 );
  content: ""
}
.schema-list .item{
  width: 50%;
  margin-bottom: 22px;
  position: relative;
}
.schema-list .item:last-child{
  margin-bottom: 0
}
.schema-list .item:nth-child(2){
  margin-top: 90px;
}
.schema-list .item:nth-child(odd){
  padding-right: 52px;
  float: left;
  clear: left;
}
.schema-list .item:nth-child(even){
  padding-left: 52px;
  float: right;
  clear: right;
}
.schema-list .item:after{
  width:  26px;
  height: 26px;
  display: block;
  position: absolute;
  top:  50%;
  left: 100%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 50%;
  border: 4px solid #fdae00;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  content: ""
}
.schema-list .item:nth-child(even):after{
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -13px;
}
.schema-list .item:hover:after{
  background: #fdae00;
}

.schema-list .item .wrapper{
  position: relative;
      border-radius: 6px 6px 0 0;
  border-bottom: 0 solid #fdae00;
  border-radius: 6px 6px 0 0;
  padding: 25px 34px 34px;
  background: #fff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  top: 0;
}
.schema-list .item:hover .wrapper{
  border-color: #fff;
  -webkit-box-shadow: 0 3px 0 0 #fdae00;
  box-shadow: 0 3px 0 0 #fdae00;
  transform: translate(0,-5px);
  -webkit-transform: translate(0,-5px);
  -ms-transform: translate(0,-5px);
}
.schema-list .item .wrapper .title{
  font-weight: 700;
  font-size: 1.25em;
  float: left;
  margin: 0;
  color: #494949;
}
.schema-list .item .text{
  clear: both;
  padding-top: 13px;
  line-height: 24px;
  color: #797979;
  font-weight: 500;
}
.schema-list .item .text:after{
  width: 
}
.schema-list .item .text a{
  font-weight: 700;
}
.promo{
  position: relative;
  padding-top: 47px;
}
  .promo .text {
    position: absolute;
    left: 0;
    top: 5%;
    width: 49%;
    font-size: 1.25em;
    color: #242424;
    font-weight: 500;
    line-height: 24px;
  }
  .promo .green {
    font-weight: 700;  
  }
    .promo img{
      max-width: 100%
    }
@media only screen and (min-width:992px) and (max-width: 1200px){
  .promo{
    padding-top: 156px
  }
}
@media only screen and (min-width:768px) and (max-width: 991px){
  .schema-list:before{
    height: 110%
  }
  .promo .text{
    width: 100%;
    position: static;
  }
    .whatsapp .items .icon img{
      display: block;
      margin-bottom: -19px;
    }
}
@media only screen and (max-width:767px){
  .schema-list:before{
    width:  2px;
    height: 100%
  }
    .schema-list .item:nth-child(odd),
    .schema-list .item:nth-child(even),
    .schema-list .item{
      width: 100%;
      padding: 0;
      margin-top: 0
    }
    .schema-list .item:after{
      display: none;
    }
    .promo{
      display: none;
    }
}