/* Keep the social-message section in the same editorial world as the LP. */
.social-call {
  background: #f8f5ef;
}

.social-call::before {
  content: none;
}

.social-call__declaration {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.3fr) minmax(0, 1fr);
  column-gap: clamp(34px, 6vw, 78px);
  align-items: center;
  padding: clamp(38px, 6vw, 66px) 0;
  border: 0;
  border-top: 1px solid rgba(90, 159, 146, 0.34);
  border-bottom: 1px solid rgba(90, 159, 146, 0.34);
  background: transparent;
  box-shadow: none;
}

.social-call__declaration > span,
.social-call__declaration > p {
  grid-column: 1;
}

.social-call__declaration > span {
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  color: #4f8e83;
}

.social-call__declaration > p {
  margin-bottom: 0;
  color: #716d6a;
  font-weight: 400;
  line-height: 1.9;
}

.social-call__declaration > strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #3e3a39;
}

.social-call__declaration::after {
  content: none;
}

@media (max-width: 520px) {
  .social-call__declaration {
    display: block;
    padding: 30px 0 34px;
  }

  .social-call__declaration > span {
    width: fit-content;
    min-width: 132px;
  }

  .social-call__declaration > p {
    margin-bottom: 22px;
  }

  .social-call__declaration > strong br {
    display: block;
  }
}
