.feature-list {
  /* background: #EBEFEB; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  width: 25%;
  margin-bottom: 30px;
}

.feature-list .img-wrap {
  margin-bottom: 10px;
}

.feature-list .title {
  font-weight: 700;
  color: #464846;
}

.feature-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 10px;
}

.feature-iteam {
  padding: 29px;
  background: #ebefeb;
  width: 100%;
}

.feature-wrap > .heading-30 {
  max-width: 506px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.fuelcell p {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 120px;
}

.fuelcell .feature-list .title {
  margin-bottom: 10px;
}

.fuelcell .feature-list .feature-iteam {
  border-bottom: solid 2px #003200;
}

.howitbox .heading-30 {
  color: white;
  text-align: center;
}

.howitbox {
  background: black;
  padding: 70px;
}

.patrolcar .heading-30 {
  color: white;
  text-align: center;
}

.patrolcar {
  position: relative;
  background-color: #003200;
  padding: 70px;
  height: 100%;
  z-index: 1;
}

.car-feature-list .heading-18 {
  color: white;
}

.car-feature {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 -10px;
}

.car-feature-list {
  width: 25%;
  padding: 0 10px;
}

.car-feature-list .img-wrap {
  margin-bottom: 10px;
}

.patrolcar .bgimg {
  z-index: 0;
}

.fuelcellwork-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.fuelcellwork-box .fuelcellwork-list a.fuelcellwork-img {
  display: block;
  border-radius: 3px;
  overflow: hidden;
}

.fuelcellwork-img {
  position: relative;
}

.fuelcellwork-img:hover::before {
  content: "";
  background: #000000b0 url(../images/mediacricle.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fuelcellwork-head .heading-30 {
  margin-bottom: 30px;
  text-align: center;
}

.fuelcellwork-box {
  margin-bottom: 80px;
}

@media (max-width: 1599px) {
  .hydrogenfuel .feature-list .title {
    height: 46px;
  }
}

@media (max-width: 1439px) {
  .car-feature-list .heading-18 {
    font-size: 16px;
  }
  .howitbox {
    padding: 50px;
  }
  .patrolcar {
    padding: 50px;
  }
  .car-feature-list > .img-wrap > img {
    min-width: 60px;
    width: 60px;
  }
  .fuelcellwork-box {
    gap: 20px;
  }
  .car-feature-list {
    width: 50%;
    padding: 0 10px;
  }
}

@media (max-width: 1199px) {
  .feature-box {
    margin: 0 -10px;
    margin-bottom: 40px;
  }
  .feature-list {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .hydrogenfuel .feature-list .title {
    height: 35px;
  }
  .feature-iteam {
    padding: 20px;
  }
  .feature-box {
    margin-bottom: 30px;
  }
  .feature-wrap > .heading-30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .feature-list {
    width: 33%;
  }
  .howitwork-sec .half-section {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .howitwork-sec .half-section .left-side,
  .howitwork-sec .half-section .right-side {
    width: 100%;
  }
  .fuelcell .feature-list {
    width: 50%;
  }
  .car-feature-list {
    width: 25%;
    z-index: 1;
  }
  .patrolcar {
    padding: 40px;
    min-height: 450px;
  }
  .howitbox {
    padding: 40px;
  }
  .fuelcellwork-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .fuelcellwork-img:hover::before {
    background-size: 25%;
  }
}

@media (max-width: 767px) {
  .feature-list {
    width: 50%;
  }
  .hydrogenfuel .feature-list .title {
    height: 100%;
  }
  .car-feature-list {
    width: 50%;
  }
  .patrolcar {
    min-height: 550px;
  }
  .fuelcellwork-box {
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .hydrogenfuel .feature-list .title {
    height: 50px;
  }
  .patrolcar {
    min-height: 650px;
    padding: 30px 20px;
  }
  .howitbox {
    padding: 30px 20px;
  }
  .fuelcellwork-box {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .feature-iteam .img-wrap img {
    min-width: 50px;
    width: 50px;
  }
  .hydrogenfuel .feature-list .title {
    height: 70px;
  }
  .feature-list {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .feature-box {
    margin: 0 -5px;
    margin-bottom: 30px;
  }
  .feature-iteam {
    padding: 20px 10px;
  }
  .fuelcell .feature-list {
    width: 100%;
  }
  .patrolcar {
    min-height: 650px;
    padding: 30px 10px;
  }
  .howitbox {
    padding: 30px 20px;
  }
  .fuelcellwork-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .fuelcell .feature-list {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fancybox-button:before {
  content: none;
}
