.need-help-finding {
  column-gap: 0;
}
@media screen and (max-width: 960px) {
  .need-help-finding {
    row-gap: 3em;
    flex-direction: column-reverse;
  }
}
.need-help-finding.no-reverse {
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .need-help-finding.no-reverse-phone {
    flex-direction: column;
  }
}
.need-help-finding .text-wrapper {
  justify-content: center;
  flex: 1;
}
.need-help-finding .text-wrapper .dots-wrapper {
  margin-bottom: 0.875rem;
}
.need-help-finding .text-wrapper h4 {
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 960px) {
  .need-help-finding .text-wrapper .button {
    align-self: center;
  }
}
.need-help-finding .picture-wrapper {
  background: none;
  flex: none;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .need-help-finding .picture-wrapper {
    height: 250px;
  }
}
.need-help-finding .picture-wrapper::before {
  display: none;
}
.need-help-finding .picture-wrapper img {
  width: 8.68em;
}
.need-help-finding h4 {
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}