.tallacmans-twosy-hero {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-image: url('images/transmission-graphic-background.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.tallacmans-twosy-hero .tt-area-hero {
  width: 100%;
}

.tallacmans-twosy-hero .tt-text-hero {
  padding: 25px;
}

.tt-text-inner-hero {
  padding: 8vw 0;
}

.tallacmans-twosy-hero .tt-text-hero p {
    font-size: 1.25em;
    font-weight: 200;
    line-height: 1.5;
}

@media (min-width:1200px) {
    .tallacmans-twosy-hero .tt-text-hero p {
        font-size: 1.5vw;
    }
}

@media (min-width: 767px) {
  .tallacmans-twosy-hero .tt-area-hero {
    width: 50%;
  }
  
  .tallacmans-twosy-hero .tt-text-hero {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 6em;
    padding-left: 6em;
  }

  .tt-text-inner-hero {
    padding: 0 0;
  }
}
