.emc_whatsemc_text {
  margin: 0 auto 100px;
  text-align: left;
  width: 1000px;
}

.emc_whatsemc_text p {
  margin-bottom: 30px;
}

.emc_whatsemc_text p:last-child {
  margin-bottom: 0%;
}

@media screen and (max-width: 768px) {
  .emc_whatsemc_text {
    margin: 0 15px 50px;
    width: calc(100% - 30px);
  }
  .emc_whatsemc_text p {
    font-size: 14px;
  }
}
