@media only screen and (max-width: 639px) {
  header#second-banner .hello__band {
    height: 250px !important;
  }

  header#second-banner .hello__message {
    padding: 20px 10px;
  }

  header#second-banner .hero-text-right {
    display: none;
    padding-left: 0 !important;
  }

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

  header#second-banner .hello__message .text-box .heading--1 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 640px) {
  header#second-banner .hello__band {
    height: 0;
  }

  header#second-banner .hello__message {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 346px !important;
    padding: 0;
  }

  header#second-banner .hello__message .text-box {
    position: absolute !important;
    bottom: 10% !important;
    padding: 0 20px 0 0;
  }

  header#second-banner .hello__message .text-box .heading--1 {
    font-size: 16px;
    line-height: 0;
    background: rgba(0, 0, 0, 0.40);
    padding: 20px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
  }

  header#second-banner .background__image {
    background-position: center 83px;
  }
}

@media only screen and (min-width: 641px) {

  header#second-banner .hello__message { 
    height: 330px;
  }

  header#second-banner .hello__message .text-box .heading--1 {
    font-size: 22px;
    line-height: 24px;
    text-align: left !important; 
  }

  header#second-banner .hello__message .text-box {
    text-align: justify;
    width: 100%;
  }

  header#second-banner .hello__message .text-box:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  header#second-banner .hello__message .text-box .t-box {
    width: 45%;
    display: inline-block !important;
  }

  header#second-banner .hello__message .text-box .hero-text-left {
    display: table-cell;
    vertical-align: text-top;
  }

  header#second-banner .hello__message .text-box .hero-text-right {
    display: table-cell;
    vertical-align: text-top;
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 813px) {
  header#second-banner .hello__message .text-box {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1100px) {
  header#second-banner .hello__message .text-box .t-box {
    width: 33%;
    display: inline-block !important;
  }

  header#second-banner .hello__message { 
    height: 346px;
  }

  header#second-banner .hello__message .text-box .heading--1 {
    font-size: 28px;
    line-height: 34px;
  }
}