.ee-references {
  padding-left: 15px;
  padding-right: 15px;
}
.ee-reference__inner {
  padding-bottom: 1rem;
  height: 100%;
}
.ee-reference__image {
  padding: 3.5rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 992px) {
  .ee-reference__image {
    padding: 3.5rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
.ee-reference__image-wrap {
  position: relative;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}
.ee-reference__type-image {
  width: 75px;
  height: 75px;
  background-color: #eee;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ee-reference__type-image img {
  max-height: 60%;
  max-width: 60%;
}
.ee-reference__type-image img.townhouse {
  max-height: 40%;
  max-width: 64%;
}
.ee-reference__type-image img.villa {
  max-height: 35%;
  max-width: 60%;
}
.ee-reference__title {
  font-size: 18px;
  margin-bottom: 4px;
}
.ee-reference__text {
  font-size: 16px;
}
@media (min-width: 768px) {
  .ee-reference__title {
    font-size: 20px;
  }
  .ee-reference__text {
    font-size: 18px;
  }
}
