.ps-footer-contacts {
  width: 100%;
}

.ps-footer-contact {
  height: 100%;
  padding: 0 32px;
  border-left: 1px solid rgba(150, 32, 56, .32);
}

.ps-footer-contacts .col-md-4:first-child .ps-footer-contact {
  border-left: none;
}

.ps-footer-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.ps-footer-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #962038;
  color: #962038;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ps-footer-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #962038;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ps-footer-contact h2 {
  color: #111;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.ps-footer-contact p {
  color: #111;
  font-size: .94rem;
  line-height: 1.65;
  margin-bottom: 14px;
}

.ps-footer-email {
  margin-bottom: 0;
}

.ps-footer-email a {
  color: #962038;
  font-weight: 700;
  text-decoration: none;
}

.ps-footer-email a:hover,
.ps-footer-email a:focus {
  text-decoration: underline;
}

/* Dá mais espaço para os contatos à direita */
.site-footer .region-footer {
  flex: 0 0 75%;
  max-width: 75%;
}

.site-footer .text-center-xs.text-left-not-xs {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 767.98px) {
  .site-footer .region-footer,
  .site-footer .text-center-xs.text-left-not-xs {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ps-footer-contact {
    border-left: none;
    border-top: 1px solid rgba(150, 32, 56, .32);
    padding: 22px 0 0;
    margin-top: 22px;
  }

  .ps-footer-contacts .col-md-4:first-child .ps-footer-contact {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }

  .ps-footer-heading {
    margin-bottom: 12px;
  }
}

