/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./profile/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.profile {
  margin: 85px 0 0;
}
@media only screen and (max-width: 782px) {
  .profile {
    margin-top: 40px;
  }
}
.profile-heading {
  background-color: var(--wp--preset--color--white);
  border: solid 1px var(--wp--preset--color--default);
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.2857142857;
  margin: 0 0 -16px;
  padding: 7px 21px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.profile-content {
  background-color: var(--wp--preset--color--white);
  border: solid 1px var(--wp--preset--color--default);
  font-size: 15px;
  padding: 34px 32px;
}
@media only screen and (max-width: 782px) {
  .profile-content {
    padding: 32px 16px 16px;
  }
}
.profile-content > *:first-child {
  margin-top: 0;
}
.profile-content > *:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map*/