.factry-project-fully-automation-block .feature-area {
  /* padding-top: 90px; */
  /* padding-bottom: 60px; */
  padding-right: 0;
}
.factry-project-fully-automation-block .feature-area .single-box {
  border: 2px solid rgba(24, 24, 24, 0.05);
  margin-bottom: 32px;
  padding: 50px 29px 40px 30px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.factry-project-fully-automation-block .feature-area .single-box .single-box-title {
  font-size: 20px;
  font-family: var(--font-family);
  height: 100%;
}

.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: 20px;
  }
}
@media (max-width: 1200px) {
  .factry-project-fully-automation-block .feature-area .single-box .single-box-title {
    font-size: 18px;
  }
}
@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 .icon1 {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box .icon1 {
    margin-bottom: 20px;
  }
}
.factry-project-fully-automation-block .feature-area .single-box .icon1::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--color-primary);
  opacity: 0.1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 40%;
  top: 10px;
}
@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box .icon1::before {
    width: 30px;
    height: 30px;
  }
}
.factry-project-fully-automation-block .feature-area .single-box .icon1 img {
  transition: all 0.3s ease 0s;
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box .icon1 img {
    width: 40px;
    height: 40px;
  }
}
.factry-project-fully-automation-block .feature-area .single-box .icon1 .front-icon {
  transition: all 0.3s ease 0s;
  display: inline-block;
  transform: scale(1);
}
.factry-project-fully-automation-block .feature-area .single-box .icon1 .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 .icon1::before {
  background: rgba(255, 255, 255, 0.5);
}
.factry-project-fully-automation-block .feature-area .single-box:hover .icon1 .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 .icon1 .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:991px){
  .factry-project-fully-automation-block .feature-area{padding:30px 0}
}
@media (max-width: 1200px) {
  .factry-project-fully-automation-block .feature-area {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .factry-project-fully-automation-block .feature-area .single-box {
    padding: 40px 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area {
    padding-bottom: 20px;
  }
}
.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%;
  }
}
@media (max-width: 768px) {
  .factry-project-fully-automation-block .feature-area .list-box {
    width: 100%;
  }
  .factry-project-fully-automation-block .feature-area .single-box .single-box-title{
    font-size: 14px;
  }
}