@media(min-width:768px){
  .feature--box,.feature--box-paturn2{
    width: 415px !important;

  }
}


.feature--box{
  width: 100%;
  margin: 25px auto;
  padding: 20px;
  background: #DE7B21;
  color: #fff;
  box-sizing: border-box;
}

.feature--box a{
  display: block;
  text-decoration: none;
  background: #222;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  /* width: 100%; */
  box-sizing: border-box;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  position: relative;
}

.feature--box a::after{
  top: 0;
    right: 10px;
    bottom: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: '';
    margin: auto;
}

.feature--box p{
  font-size: 16px;
}

.feature--title{
  display: inline-block;
  font-size: 26px;
  background: #FFF;
  color: #DE7B21;
  font-weight: 600;
  padding: 5px;
  margin-bottom: 20px;
}

.feature--headline{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
  line-height: 1.7;
}

.feature--headline span{
  /* border-bottom: solid 2px #fbf63c; */
  font-size: 23px;
  position: relative;
}

.feature--headline span::after{
  content: '';
  width: 100%;
  height: 5px;
  background: #fbf63c;
  opacity: .8;
  position: absolute;
  bottom: -1px;
  left: -3px;
}

.feature--box-paturn2{
  width: 100%;
  padding: 20px;
  margin: 25px auto;
  background: #de685a;
  color: #fff;
  box-sizing: border-box;
}

.feature--box-paturn2 a{
  display: block;
  text-decoration: none;
  background: #222;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  /* width: 100%; */
  box-sizing: border-box;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  position: relative;
}

.feature--box-paturn2 a::after{
    top: 0;
    right: 10px;
    bottom: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: '';
    margin: auto;
}

.feature--box-paturn2--title p{
  font-size: 16px;
}

.feature--box-paturn2--title{
  display: inline-block;
  font-size: 21px;
  background: #FFF;
  color: #de685a;
  font-weight: 600;
  padding: 5px;
  margin-bottom: 20px;
}

.feature--box-paturn2--headline{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
  line-height: 1.7;
}

.feature--box-paturn2--headline span{
  /* border-bottom: solid 2px #fbf63c; */
  font-size: 23px;
  position: relative;
}

.feature--box-paturn2--box-list{
  /* list-style: square; */
  padding-left: 15px;
}

.feature--box-paturn2--box-list li{
  list-style: square;
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 14px;
}

.feature--box-paturn2--headline span::after{
  content: '';
  width: 100%;
  height: 5px;
  background: #fbf63c;
  opacity: .8;
  position: absolute;
  bottom: -1px;
  left: -3px;
}