.contact-page .contact-content {
  width: 100%;
  max-width: 100%;
  padding: 64px;
}
.contact-page .contact-content .contact-top {
  margin-bottom: 42px;
  text-align: center;
}
.contact-page .contact-content .contact-top h1 {
  margin-bottom: 16px;
}
.contact-page .contact-content .contact-top p {
  margin-bottom: 32px;
  line-height: 24px;
}
.contact-page .contact-content .contact-top p:last-child {
  margin-bottom: 0;
}
.contact-page .contact-content .categories .category {
  margin-bottom: 22px;
}
.contact-page .contact-content .categories .category-title {
  margin-bottom: 24px;
}
.contact-page .contact-content .categories .category-title::before {
  content: "";
  min-width: 29px;
  width: 29px;
  height: 29px;
  margin-right: 12px;
  display: inline-block;
  background-image: url(../../img/reterra-star.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.contact-page .contact-content .categories .contacts {
  padding: 0 32px;
  margin-left: -64px;
  margin-right: -64px;
}
.contact-page .contact-content .categories .contacts .single-contact {
  min-width: 297px;
  max-width: 297px;
  padding: 0 32px;
  margin-bottom: 24px;
  text-align: center;
}
.contact-page .contact-content .categories .contacts .single-contact img {
  width: 203px;
  height: 203px;
  object-fit: cover;
  margin-bottom: 16px;
}
.contact-page .contact-content .categories .contacts .single-contact h3 {
  line-height: normal;
  margin: 0 auto auto;
}
.contact-page .contact-content .categories .contacts .single-contact .contact-info {
  flex-grow: 1;
}
@media only screen and (max-width: 992px) {
  .contact-page .contact-content {
    padding: 32px;
  }
  .contact-page .contact-content .categories .category-title {
    word-break: break-all;
  }
  .contact-page .contact-content .categories .category-title::before {
    min-width: 22px;
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
  .contact-page .contact-content .categories .contacts {
    padding: 0 16px;
    margin-left: -32px;
    margin-right: -32px;
  }
  .contact-page .contact-content .categories .contacts .single-contact {
    min-width: 50%;
    max-width: 50%;
    padding: 0 16px;
  }
  .contact-page .contact-content .categories .contacts .single-contact img {
    width: 114px;
    height: 114px;
  }
}
