.factry-project-fully-automation-block .feature-area {

  
}

.factry-project-fully-automation-block .feature-area .title{
  margin-bottom: 20px;
  text-align: center;
}

.factry-project-fully-automation-block .feature-area .title .global-title{
  margin-bottom: 10px;
}

.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%;
        padding: 0 7.5px;
  }
}

.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: #94afcd;
  position: relative;
  z-index: 1;
  font-size: 28px;
  text-align: center;
}
.factry-project-fully-automation-block .feature-area .single-box .single-box-title a{
  color: #fff;
}

@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: 16px;
  }
}
@media (max-width: 991px) {
  .factry-project-fully-automation-block .feature-area .single-box {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
.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: 10px;
  position: relative;
  z-index: 1;
      display: none;
}
@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;
  display: none;
}
@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: 80px;
  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;
}


@media(max-width:991px){
  .factry-project-fully-automation-block .feature-area .title p{
    text-align: left;
    
  }
  .factry-project-fully-automation-block{
    margin-bottom: 10px;
  }
}