.text-banner {
  padding: 30px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  color: #535E79;
}

@media only screen and (max-width: 1440px) {
  .text-banner-home {
    margin: 0;
    border-radius: 0;
  }
}

.text-banner p {
  font-size: 16px;
}

.text-banner *:last-child {
  padding-bottom: 0;
}
