.quote-component.grey {
  background-color: #ededed;
  padding: 75px 0;
}

.quote-holder {
  max-width: 945px;
  margin: 0 auto;
}

.quote-holder h2 {
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}

.quote-holder h2.large {
  font-size: 38px;
  line-height: 48px;
}

.quote-holder h2 * {
  display: inline;  
}

.quote-holder h2::before {
  content: '';
  height: 100%;
  left: -25px;
  width: 1px;
  background-color: #113E5D;
  top: 0;
  position: absolute;
}

.quote-holder span {
  width: 19px;
  height: 21px;
  vertical-align: top;
  position: relative;
}

.quote-holder span::before {
  content: '';
  background-image: url('https://143209638.fs1.hubspotusercontent-eu1.net/hubfs/143209638/Template%20files%20(dont%20remove)/Elements/quote-icon.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 8px;
  right: -25px;
  transform: rotate(180deg);
}

.quote-holder span.open::before {
  left: -25px;
  transform: rotate(0deg);
}

.quote-holder .details {
  margin-left: 50px;
  color: #113E5D;
}

.quote-holder .details > div {
  display: inline-block;
}

.quote-holder .details .name {
  font-family: 'Sharp Sans Bold';
}

.quote-holder .details .company {
  margin-left: 7px;
  padding-left: 9px;
  position: relative;
}

.quote-holder .details .company::before {
  content: '';
  background-color: #113E5D;
  width: 1px;
  left: -1px;
  top: 8px;
  height: 15px;
  position: absolute;
}

.quote-holder .image-holder {
  position: relative;
  max-width: 170px;
  max-height: 170px;
  width: 100%;
}

.quote-holder .image-holder img {
  max-width: 134px;
  max-height: 134px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}

.quote-holder .text-container {
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  align-items: center;
}

.quote-holder .image-container {
  display: flex;
  height: 100%;
  align-items: center;
}

@media (max-width: 1024px) {
  .quote-holder h2.large {
    font-size: 32px;
    line-height: 42px;
  }
  
  .quote-component.grey {
    padding: 30px 0;  
  }
}

@media (max-width: 960px) {
  .quote-holder .uk-width-4-5\@m {
    width: 70%;
  }
  
  .quote-holder .uk-width-1-5\@m {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .quote-component.grey {
    padding: 10px 0;  
  }
}

@media (max-width: 767px) {
  .quote-holder h2.large {
    font-size: 28px;
    line-height: 36px;
  }
  
  .quote-holder .uk-width-4-5\@m {
    width: 100%;
  }
  
  .quote-holder .uk-width-1-5\@m {
    width: 100%;
  }
  
  .quote-holder .image-holder {
    margin: 0 auto;
  }
  
  .quote-component.grey {
    padding: 30px 0;
  }
  
  .quote-holder .text-container {
    padding: 0;
  
}
