.contact_people {
  padding: 96px 120px;
  color: #00141a;
}
@media screen and (max-width: 992px) {
  .contact_people {
    padding: 96px 24px;
  }
}
.contact_people .header {
  margin-bottom: 48px;
}
.contact_people .header .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ff6f61;
}
@media screen and (max-width: 992px) {
  .contact_people .header .title {
    flex-direction: column;
    align-items: baseline;
  }
}
.contact_people .header .title h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 992px) {
  .contact_people .header .title h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.contact_people .header .title p {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 992px) {
  .contact_people .header .title p {
    font-size: 16px;
    line-height: 145%;
  }
}
.contact_people .header .title p::before {
  content: "/";
  color: #ff6f61;
  margin-right: 8px;
}
@media screen and (max-width: 992px) {
  .contact_people .listing {
    display: flex;
    gap: 40px;
  }
}
.contact_people .listing .image-wrapper {
  margin-bottom: 20px;
}
.contact_people .listing .image-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 24px;
}
.contact_people .listing .name-wrapper {
  margin-bottom: 12px;
}
.contact_people .listing .name-wrapper .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.24px;
}
.contact_people .listing .name-wrapper .position {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
  color: #808b8e;
}
.contact_people .listing .text-wrapper ul {
  padding: 0;
  list-style: none;
}
.contact_people .listing .text-wrapper ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  padding-bottom: 8px;
}
.contact_people .listing .text-wrapper ul li:last-child {
  padding-bottom: 0;
}
.contact_people .listing .text-wrapper ul li::before {
  content: "";
  vertical-align: -3px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 6px;
  mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3e %3cg clip-path='url(%23clip0_3631_10036)'%3e %3cpath d='M13.6605 7.3235C13.9508 7.619 13.9463 8.09375 13.65 8.384L10.3305 11.6427C9.74325 12.2188 8.98725 12.506 8.2305 12.506C7.482 12.506 6.7335 12.224 6.1485 11.6593L4.72425 10.259C4.42875 9.96875 4.425 9.494 4.71525 9.1985C5.00475 8.90225 5.481 8.8985 5.77575 9.1895L7.1955 10.5852C7.7775 11.1477 8.69625 11.1447 9.28125 10.5717L12.6 7.31375C12.8947 7.02275 13.368 7.028 13.6605 7.3235ZM18 9.5C18 14.4628 13.9628 18.5 9 18.5C4.03725 18.5 0 14.4628 0 9.5C0 4.53725 4.03725 0.5 9 0.5C13.9628 0.5 18 4.53725 18 9.5ZM16.5 9.5C16.5 5.3645 13.1355 2 9 2C4.8645 2 1.5 5.3645 1.5 9.5C1.5 13.6355 4.8645 17 9 17C13.1355 17 16.5 13.6355 16.5 9.5Z' fill='%23FCFEFF'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_3631_10036'%3e %3crect width='18' height='18' fill='white' transform='translate(0 0.5)'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e");
  background-color: #ff6f61;
}

/*# sourceMappingURL=contact_people.css.map*/