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

@media(min-width: 768px) {
  .testimonial-box-otterbox-container {
    padding: 1em 5em;
  }

  .testimonial-box-otterbox {
    align-items: center;
    background-size: 70%;
    height: 300px;
    justify-content: flex-end;
    text-align: left;
    width: 100%;
  }

  .testimonial-box-otterbox .content {
    color: black;
    margin-right: 6%;
    text-shadow: none;
  }
}

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

  .testimonial-box-otterbox {
    font-size: 1.3em;
    height: 600px;
    margin: 0;
  }

}*/