.phorte-contact-231 {
  --phorte-contact-231-section-bg: #b91c1c;
  --phorte-contact-231-text: #fff;
  --phorte-contact-231-copy: rgba(255, 255, 255, 0.84);
  --phorte-contact-231-button-bg: #fff;
  --phorte-contact-231-button-text: #991b1b;
  --phorte-contact-231-border: transparent;
  background: var(--phorte-contact-231-section-bg);
  border: 1px solid var(--phorte-contact-231-border);
  border-radius: var(--phorte-contact-231-radius, 12px);
  color: var(--phorte-contact-231-text);
  padding: var(--phorte-contact-231-padding, 36px);
}
.phorte-contact-231__inner {
  align-items: center;
  display: flex;
  gap: var(--phorte-contact-231-gap, 20px);
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}
.phorte-contact-231 h2 {
  color: var(--phorte-contact-231-text) !important;
  font-size: var(--phorte-contact-231-title-size, 34px);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
}
.phorte-contact-231 p {
  color: var(--phorte-contact-231-copy) !important;
  font-size: var(--phorte-contact-231-body-size, 15px);
  line-height: 1.65;
  margin: 8px 0 0;
}
.phorte-contact-231__button {
  background: var(--phorte-contact-231-button-bg);
  border-radius: 10px;
  color: var(--phorte-contact-231-button-text) !important;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  padding: 14px 20px;
  text-decoration: none;
}
.phorte-contact-231--standard,
.phorte-contact-231--commerce,
.phorte-contact-231--figma {
  --phorte-contact-231-section-bg: #fff;
  --phorte-contact-231-text: #101828;
  --phorte-contact-231-copy: #52627b;
  --phorte-contact-231-button-bg: #b91c1c;
  --phorte-contact-231-button-text: #fff;
  --phorte-contact-231-border: rgba(16, 24, 40, 0.1);
}
@media (max-width: 767px) {
  .phorte-contact-231 {
    padding: 24px;
  }
  .phorte-contact-231__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .phorte-contact-231__button {
    width: 100%;
    text-align: center;
  }
}

.phorte-contact-231 {
  background: transparent !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.phorte-contact-231__inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
