.mobile-hero
  .mobile-hero-text
    width: 37%
    @include phone
      width: 100%
    h1
      color: #D4AF43
      span
        color: #58585B
  img
    width: 450px
    @include phone
      width: 100%
.mobile-coming-soon
  h3
    color: gray


.text-column-section
  img
    @include phone
      width: 100% !important
.text-column
  width: 46%
  @include phone
    width: 100%
  h2
    color: #58585b
    font-size: 2.2rem
    font-weight: 800
  p
    color: #454545
    font-size: 1rem
    font-weight: 400
