.factry-project-fully-automation-block .feature-area {
  padding-top: 30px;
  /* padding-bottom: 60px; */
  padding-right: 0;
}
.single-box-title{
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1200px) {
  .factry-project-fully-automation-block .feature-area {
    padding-bottom: 120px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area {
    padding-bottom: 0;
  }
}
.factry-project-fully-automation-block .feature-area .list-box {
  padding-right: 16.875px;
  padding-left: 16.875px;
  width: 16%;
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .factry-project-fully-automation-block .feature-area .list-box {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .factry-project-fully-automation-block .feature-area .list-box {
    width: 50%;
    margin-bottom: 20px;
  }
}
.factry-project-fully-automation-block .feature-area .single-box {
  /* border: 2px solid rgba(24, 24, 24, 0.05); */
  margin-bottom: 32px;
  /* padding: 50px 29px 50px 30px; */
  /* background: #ffffff; */
  position: relative;
  z-index: 1;
  font-size: 28px;
  display: flex;
    justify-content: space-around;
    align-items: center;
}
/* .factry-project-fully-automation-block .feature-area .single-box .single-box-title a:hover {
  color: #ffffff;
} */
@media (max-width: 1600px) {
  .factry-project-fully-automation-block .feature-area .single-box .single-box-title {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .factry-project-fully-automation-block .feature-area .single-box .single-box-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box {
    /* padding: 30px; */
    justify-content: flex-start;
  }
}
.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;
  text-align: center;
}
@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: 60px;
  height: 60px;
  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: 50px;
  /* height: 80px; */
}
@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;
} */
