.customer-block-wrapper {
  padding: 25px;
  max-width: 295px;
  min-height: 220px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #202020;
  display: flex;
  flex-direction: column;
}

.customer-block-wrapper .main-content {
  font-size: 17px;
  font-weight: 400;
  line-height: 18.36px;
  color: white;
  margin-bottom: 20px;
  display: flex;
  flex-grow: 1;
}

.customer-block-wrapper .customer {
  display: flex; 
  align-items: center;
}

.customer-block-wrapper .customer .customer-image {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
}
}

.customer-block-wrapper .customer .customer-image img {
  width: 100%;
  height: auto;
}

.customer-block-wrapper .customer .customer-heading {
  font-size: 12px;
  font-weight: 400;
  line-height: 11.88px;
  color: white;
  margin-bottom: 3px;
}

.customer-block-wrapper .customer .customer-title {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: white;
}
