.right{
  /* font-weight:100; */

}

.selectedText{
  padding: 5vw;
  display:flex;
  flex-direction: column;
  font-family: freight-sans-pro, sans-serif;

}

.textTitleBlock{
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;

}

.textTitle{
  width:100%;
  font-weight: bold;
  text-align: center;
  font-size: 2.5vw;
  border-bottom:1.5px solid black;
  padding-bottom: 3px;
}

.textAuthor{
  margin-top:0.5vw;
  font-size: 1.5vw;
}

.textPullQuote{
  margin-top: 10vh;
  width: 33%;
  color:black;
  font-size: 12.5pt;
}

.textText{
  margin-top:10vh;
  color:black;

}


@media (max-width:900px) {

  .left, .right{
    padding:2vw;
  }

  .textTitleBlock{
    margin-top: 5vh;
    align-self: flex-start;
    width:100%;
    align-items:flex-start;

  }

  .textTitle{
    width:100%;
    font-weight: bold;
    text-align: left;
    font-size: 10vw;
    border-bottom:1.5px solid white;
  }

  .textAuthor{
    margin-top:0.5vw;
    font-size: 10vw;
  }

  .textPullQuote{
    width: 75%;

  }



}
