.layout-banners {
  width: 100%;
  padding: 20px 0 9px; }

.banner-text-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 70px;
  text-align: left; }

/* Heading */
.bannerTitle {
  font-family: 'Jost';
  font-weight: 300;
  font-size: 43px;
  line-height: 56px;
  letter-spacing: 0;
  color: #3A2E2C;
  margin: 0 0 4px; }

/* Description */
.bannerDescription {
  font-family: 'Jost-Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #3A2E2C;
  max-width: 585px;
  margin: 0; }

/* Mobile */
@media screen and (max-width: 767px) {
  .layout-banners {
    padding: 12px 0 9px; }
  .banner-text-wrapper {
    padding: 0 16px;
    text-align: center; }
  .bannerTitle {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 8px; }
  .bannerDescription {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%; } }

