.shopAbout {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  background-color: #EDF0FF;
}
.shopAbout__heading {
  padding-top: 0;
}
.shopAbout__image {
  padding: 0;
}

.formLabel {
  display: block;
  margin: 0 auto 4px;
  padding: 0 12px;
  width: -moz-fit-content;
  width: fit-content;
  color: #F54767;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  border-radius: 48px;
  border: 1px solid #F54767;
  background-color: #FFF;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
}