.text_module {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text_module .text-container {
  max-width: 66%;
  margin: auto;
  font-family: "FolioStd";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text_module h3 {
  padding: 0;
  color: #413737;
  font-family: "Argent CF";
  font-size: 36px;
  line-height: 48px;
  font-weight: normal;
  margin-bottom: 0;
}

.text_module .text-container.left {
  margin-left: 0;
}

.text_module .text-container.center {
  text-align: center;
}

.text_module .text-container.right {
  margin-right: 0;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .text_module {
    padding: 72px 0;
  }
}
