.industryQuote-content {
	display: flex;
  padding-bottom: 80px;
}

.industryQuote-text {
	flex-grow: 1;
}

.industryQuote-logo {
	width: 214px;
  padding-left: 30px;
}

.industryQuote-author {
	background-image: url(images/quote_icon.svg);
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: left 6px;
  min-height: 32px;
  margin-top: 20px;
  padding-left: 57px;
}

.industryQuote-author-name span {
	text-transform: uppercase;
}

@media ( max-width: 840px ) {
  
  .industryHeader-quote  {
  	font-size: 18px;
    line-height: 24px;
    padding: 28px 0;
    margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;  
  }
  
  .industryQuote-content  {
  	display: block;
    position: relative;
    padding-bottom: 0;
  } 
  
  .industryQuote-author {
  	padding-right: 100px;
  }
  
  .industryQuote-author-name span {
  	font-weight: bold;
  }
  
  .industryQuote-logo   {
  	position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    padding: 0 0 20px 20px;
  }
  
  .industryQuote-logo  img {
  	max-width: 100%;
    height: auto;
  }  
}

@media (max-width: 839px) {
	.industryQuote-content {
    	padding-right: 130px;
		padding-left: 10px;
  }
}

@media (max-width: 519px) {
	.industryQuote-content {
    padding-right: 0px;
  }
}