.factry-project-fully-automation-block .feature-area {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
}
@media (max-width: 1440px) {
  .factry-project-fully-automation-block .feature-area {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .factry-project-fully-automation-block .feature-area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.factry-project-fully-automation-block .feature-area .list-box {
  padding-right: 16.875px;
  padding-left: 16.875px;
  width: 25%;
  flex: 0 0 auto;
}


@media (max-width: 992px) {
  .factry-project-fully-automation-block .feature-area .list-box {
    width: 50%;
  }
}

.factry-project-fully-automation-block .feature-area .single-box {
  border: 2px solid rgba(24, 24, 24, 0.05);
  /* margin-bottom: 32px; */
  padding: 25px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 28px;
  display: flex;
  align-items: center;
  height: 100%;
}
.factry-project-fully-automation-block .feature-area .single-box .single-box-title a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box {
    padding: 30px;
  }
}
.factry-project-fully-automation-block .feature-area .single-box::before {
  content: "";
  background: var(--color-primary);
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}
.factry-project-fully-automation-block .feature-area .single-box .icon {
  /* margin-bottom: 35px; */
  position: relative;
  z-index: 1;
  width: 30%;
}
.factry-project-fully-automation-block .single-box-title {
  flex: 1;
  font-size: 18px;
  color: #222;
}



@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box .icon {
    margin-bottom: 20px;
  }
}
.factry-project-fully-automation-block .feature-area .single-box .icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--color-primary);
  opacity: 0.1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box .icon::before {
    width: 30px;
    height: 30px;
  }
}
.factry-project-fully-automation-block .feature-area .single-box .icon img {
  transition: all 0.3s ease 0s;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box .icon img {
    width: 40px;
    height: 40px;
  }
}
.factry-project-fully-automation-block .feature-area .single-box .icon .front-icon {
  transition: all 0.3s ease 0s;
  display: inline-block;
  transform: scale(1);
}
.factry-project-fully-automation-block .feature-area .single-box .icon .back-icon {
  display: none;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}
.factry-project-fully-automation-block .feature-area .single-box:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.factry-project-fully-automation-block .feature-area .single-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.5);
}
.factry-project-fully-automation-block .feature-area .single-box:hover .icon .front-icon {
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.factry-project-fully-automation-block .feature-area .single-box:hover .icon .back-icon {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.factry-project-fully-automation-block .feature-area .single-box:hover .single-box-title {
  color: #ffffff;
}


@media (max-width: 1500px) {
  .factry-project-fully-automation-block .feature-area .list-box {
    padding-right: 5.875px;
    padding-left: 5.875px;
  }

  .factry-project-fully-automation-block .feature-area .single-box {
    padding: 20px;
  }
    
  .factry-project-fully-automation-block .single-box-title {
    font-size: 16px;
  }
  .factry-project-fully-automation-block .feature-area .single-box .icon img {
    width: 50px;
    height: 50px;
  }
}


@media(max-width:991px){
  .factry-project-fully-automation-block .feature-area .list-box {
    margin-bottom: 15px;
  }
}


@media(max-width:767px){
  .factry-project-fully-automation-block .feature-area .single-box {
    flex-direction: column;
    text-align: center;
  }
}

@media(max-width:480px){
  .factry-project-fully-automation-block .feature-area .list-box {
    width: 100%;
  }
}