.homepage .t3-module {
  margin-bottom: 0;
}
.homepage .module-title {
  background: transparent;
  color: #734ba9;
  font-size: 30px;
  margin: 0 0 13px 0;
  padding: 100px 0 10px 0;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .homepage .module-title {
    padding: 50px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .homepage .module-title {
    padding: 50px 0 10px 0;
  }
}
.homepage .module-subtitle {
  width: 45%;
  margin: 10px auto;
  color: #b8b8b8;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .homepage .module-subtitle {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .homepage .module-subtitle {
    width: 100%;
  }
}