.erp-content{
  text-align: center;
  padding: 100px 400px;
  padding-bottom: 0;
  position: relative;
  top: 50px;
}

.erp-content p{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
}


/* CRM start styling from here */
.crm {
  position: relative;
  top: 100px;
  text-align: center;
  padding: 200px 50px;
}

.crm-pop {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.crm .para{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.para p{
  width: 600px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  padding: 10px 20px;
}

/* Manufacturing start here  */
.manufacturing {
  position: relative;
  top: 250px;
  text-align: center;
}

.manu-head{
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.manufacturing h4{
  color: crimson;
  font-size: 23px;
  font-weight: 400px;
  margin-bottom: 40px;
}

.manufacturing .para {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.m-footer{
  position: relative;
  top: 556px;
}

.s-footer{
  position: relative;
  top: 576px;
}

.manufacturing p{
  font-size: 16px;
  font-weight: 300;
}