.list-image {
  margin-block: clamp(2.5rem, -0.1786rem + 7.4405vw, 8.75rem);
}
.list-image--background {
  padding-block: clamp(2.5rem, 1.4286rem + 2.9762vw, 5rem);
  background-color: #fffbfe;
}
.list-image__inner {
  display: flex;
  gap: clamp(2.5rem, 1.4286rem + 2.9762vw, 5rem);
  justify-content: space-between;
  width: min(1320px, 100%);
  margin-inline: auto;
}
@media (max-width: 959px) {
  .list-image__inner {
    flex-direction: column;
  }
}
.list-image__content {
  flex: 1 1 calc(50% - 40px);
}
.list-image__heading {
  margin-bottom: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
  padding-bottom: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
  border-bottom: 1px solid #ece3e8;
}
.list-image__description {
  margin-bottom: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
}
.list-image__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
  margin-top: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
  color: #400a22;
}
.list-image__list--none {
  gap: 1.5em;
  margin-left: 30px;
  list-style: disc !important;
}
.list-image__list--light li, .list-image__list--dark li {
  display: flex;
  gap: clamp(1rem, 0.5714rem + 1.1905vw, 2rem);
  align-items: center;
}
.list-image__list--light li::before, .list-image__list--dark li::before {
  content: "";
  display: grid;
  place-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.23318 12.8417C2.54543 12.0237 1.98988 11.2236 1.45322 10.4488C0.962846 9.74418 0.537648 8.99127 0.18351 8.20046C-0.0381442 7.72063 -0.136253 7.23476 0.343864 6.92237C1.71983 6.02721 2.0018 6.88194 2.74968 7.87369C3.19299 8.46134 3.84668 9.4304 4.25627 10.0427C4.64751 10.6274 5.12446 9.57207 5.31487 9.2743C5.9916 8.21604 7.75048 5.62523 8.47732 4.66757C9.16736 3.75845 11.3946 1.21157 11.8098 0.806472C12.1632 0.461542 12.9094 -0.295022 13.4112 0.122342C13.9384 0.560862 14.196 1.39444 13.8254 1.93643C13.1799 2.88002 12.166 3.77764 11.4645 4.67611C10.0443 6.49481 8.69985 8.45523 7.40928 10.4072C6.97073 11.0705 6.35501 12.1815 5.97274 12.9008C5.25767 14.2466 4.62959 14.5027 3.23318 12.8417Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
.list-image__list--light li::before {
  background-color: #b86979;
}
.list-image__list--dark li::before {
  background-color: #4f2638;
}
.list-image__list-text {
  margin-top: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
}
.list-image__list-text__title {
  font-size: clamp(1.25rem, 1.1429rem + 0.2976vw, 1.5rem);
  color: #400a22;
}
.list-image__list-text__description {
  margin-top: 16px;
}
.list-image__images {
  position: relative;
  flex: 1 1 calc(50% - 40px);
  max-width: 622px;
  margin-inline: auto;
}
.list-image__images__heart {
  position: absolute;
  z-index: 2;
  top: clamp(2.5rem, 1.9643rem + 1.4881vw, 3.75rem);
  left: 100%;
  transform: translateX(-50%);
  display: block;
  width: 190px;
  height: 170px;
}
@media (max-width: 575px) {
  .list-image__images__heart {
    display: none;
  }
}
.list-image__images__heart--has-image {
  top: clamp(2.5rem, 0.8929rem + 4.4643vw, 6.25rem);
  width: 255px;
  height: 227px;
}
.list-image__images__heart--has-image img {
  width: 255px;
  max-width: 255px;
  height: 227px;
  max-height: 227px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("../../../svg/mask-heart-255x227.svg");
          mask-image: url("../../../svg/mask-heart-255x227.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.list-image__images--2 .list-image__image {
  max-height: 50%;
  margin-bottom: 8px;
}
.list-image__images--2 .list-image__images__heart {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-image__image {
  width: 100%;
  max-width: 622px;
  height: 100%;
}
.list-image__image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-image__person {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
  justify-content: space-between;
  margin-bottom: clamp(1.25rem, 0.0714rem + 3.2738vw, 4rem);
  padding-bottom: clamp(1.25rem, 0.0714rem + 3.2738vw, 4rem);
  border-bottom: 1px solid #ece3e8;
}
.list-image__person:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list-image__person__info {
  display: flex;
  gap: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
}
@media (max-width: 575px) {
  .list-image__person__info {
    flex-direction: column;
  }
}
.list-image__person__image {
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
}
@media (max-width: 575px) {
  .list-image__person__image {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }
}
.list-image__person__image img {
  width: 100%;
  height: 100%;
  border-radius: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-image__person__details {
  padding-top: 20px;
}
@media (max-width: 575px) {
  .list-image__person__details {
    padding-top: 0;
  }
}
.list-image__person__position {
  margin-top: 8px;
  color: #795164;
}
.list-image__person__contact {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.7857rem + 0.5952vw, 1.5rem);
  align-items: center;
}
.list-image__person__description {
  flex: 1 1 100%;
}
/*# sourceMappingURL=block-list-image.css.map */
