#header{
	background: #fff !important;
}
.testimonial-item {
  width: 350px;
  height: auto;
  margin-right: 25px;
  padding: 25px 25px;
  border-radius: 8px;
  /*box-shadow: 0px 5px 20px rgba(0,0,0,0.08);*/
  background: url(/sites/default/files/2021-02/kutip.png);
  background-repeat: no-repeat;
  background-position: 8% 5%;
  background-size: 90px;
  border: 1px solid #e5e5e5;

  .field-content p {
     font-size: 16px;
     line-height: 22px;
     min-height: 100px;
  }

  .views-field-field-name{
    display: block;
    color: #0072BC;
    font-size: 12px;
    font-weight: bold;
  }

  .views-field-field-profession{
    color: #989898;
    font-size: 12px;
    display: block;
  }

  .views-field-field-testimonial-foto img {
        height: 45px !important;
    width: 45px !important;
    object-fit: cover;
    border-radius: 50px;
  }
} 

.testimonial-item .author {
  font-weight: 600;
  margin-top: 12px;
}
