/*.testimonial-box-kolby-container {
  padding: 0;
}
  
.testimonial-box-kolby  {
  align-items: center;
  background: url("https://cdn.emyth.com/hubfs/assets/images/kolby-moser.png") no-repeat local right;
  background-size: cover;
  display: flex;
  height: 230px;
  justify-content: center;
  margin: 1em 0;
  text-align: center;
  width: 100%;
}
  
.testimonial-box-kolby .content {
  color: white;
  margin-left: 0;
  padding: 0;
  text-shadow: 1px 1px #000;
  z-index: 500;
}

@media(min-width: 768px) {
  .testimonial-box-kolby-container {
    padding: 1em 5em;
  }
  
  .testimonial-box-kolby {
    align-items: flex-end;
    background-size: 70%;
    height: 300px;
    justify-content: flex-start;
    text-align: left;
  }

  .testimonial-box-kolby .content {
    color: black;
    padding-bottom: 25px;
    text-shadow: none;
  }
}

@media (min-width: 1025px) {
  .testimonial-box-kolby-container {
    padding: 5em;
  }

  .testimonial-box-kolby {
    font-size: 1.3em;
    height: 600px;
    margin: 0;
  }
  
  .testimonial-box-kolby .content {
    margin-left: 20%;
  }
}*/