.field--name-field-clientes {
  margin-right: -87px;
  margin-top: 4em;
  margin-bottom: 3em;
}

.field--name-field-clientes h2.title {
  font-size: 2rem;
  font-family: 'Poppins-Regular';
  font-weight: bold;
  color: rgb(48, 53, 85);
  margin-bottom: 1em;

}

.field__item.cliente-card {
  display: inline-block;
  box-shadow: 0px 0px 30px 0px #00000029;
  margin-right: 24px;
  margin-bottom: 24px;
}

.field__item.cliente-card article {
  position: relative;
}

.field__item.cliente-card .external-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.field__item.cliente-card .external-link::before {
  right: 10px;
  top: 10px;
  position: absolute;
  color: #3463AC;
}

.customer-with-body {
  width: 432px;
  height: 171px;
  display: block;
  max-height: 171px;
  max-width: 432px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}

.customer-with-body .field--name-field-image {
  width: 120px;
  height: 138px;
  max-height: 138px;
  overflow: hidden;
  align-content: center;
  text-align: center;
  float: left;
  margin-right: 32px;
}

.customer-with-body .field--name-body {
  width: 216px;
  height: 138px;
  max-height: 138px;
  overflow: hidden;
  float: left;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #717384;
}

.customer-with-body .field--name-body h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: #303555;
}

.customer-with-body .field--name-field-image img {
  margin: 0;
}

.customer-without-body {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 171px;
  max-height: 171px;
  max-width: 324px;
}

.customer-without-body .field--name-field-image {
  height: auto;
  width: auto;
  margin-right: 0;
}

.customer-without-body .field--name-field-image img {
  margin: 0;
  max-width: 208px;
  height: auto;
  width: auto;
  max-height: 152px;
}

