.features  .container {
  background: url('/assets/img/public/card/css/our-card-bg-mb.jpg') no-repeat center bottom;
  padding-bottom: 280px;
  margin-bottom: 20px;
}

.features-list .parent-detail .title > span {
  float: right;
  position: relative;
  margin-top: -15px;
  padding: 15px 15px 0 0;
}
.features .open-details i,
.features .parent-detail .title > span i {
  content: '';
  display: inline-block;
  width: 12px;
  height: 8px;
  float: right;
  margin-top: 9px;
}
.features .parent-detail .title > span i {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .features .parent-detail .title {
    padding: 17px 8px 17px 8px;
    border-bottom: 1px solid #ddd;
    background-color: white;
    margin-bottom: 0;
  }
  .features .parent-detail .title:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 7px;
    position: relative;
    top: 1px;
  }
  .features-list .parent-detail .title > span {
    padding: 15px 10px 0 0;
  }
  .features .features-list .box-details, .box-details{
    display: none;
    padding: 13px 20px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
  }
  .features .features-list .box-details.in {
    display: block;
  }
}
@media (min-width: 768px) {
  .features .features-list h2 {
    font-size: 2.2rem;
  }
  .features .parent-detail {
    margin-bottom: 20px;
  }
  .features .box-details {
    display: block;
    background-color: white;
    padding: 20px;
    height: 200px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 1, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 1, 0.05);
  }
  .features .box-details .content:before {
    content: "";
    display: block;
    height: 37px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin-bottom: 14px;
  }

  .features .parent-detail .title > span {
    display: none;
  }
}
@media (min-width: 1024px) {
  .features .parent-detail {
    margin-bottom: 30px;
  }
  .features .box-details {
    height: 250px;
    padding: 20px 25px;
  }
  .features .features-list,
  .features .bg-image{
    display: table-cell;
    height: 100%;
    float: none;
  }
  .features .features-list h2 {
    font-size: 2.18rem;
    margin-bottom: 10px;
  }
  h2 {
    font-family: "ECIFont";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    color: #242424;
  }
  h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #242424;
  }
  h4{
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #242424;
  }
  p {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #242424;
  }
}

@media (min-width: 1280px) {
  .box-details {
    padding: 20px 30px;
    height: 200px;
  }
  .features .features-list h2 {
    font-size: 2.4rem;
  }
}
