/*border radius*/
/*border radius*/
.supporter__social-media {
  margin-top: 40px;
  text-align: center;
}
.supporter__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  font-size: 1.2rem;
  background: rgba(36, 56, 85, 0.2);
  border-radius: 4px;
}
.supporter__social:not(:first-of-type) {
  margin-left: 10px;
}

.supporter-profile__social-media {
  margin-top: 40px;
}
.supporter-profile__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  font-size: 1.2rem;
  background: rgba(36, 56, 85, 0.2);
  border-radius: 4px;
}
.supporter-profile__social:not(:first-of-type) {
  margin-left: 10px;
}
.supporter-profile__photo-container {
  text-align: center;
  margin-bottom: 50px;
}
.supporter-profile__photo {
  max-width: 250px;
  max-height: 250px;
}
.supporter-profile__content {
  flex: 1;
}
.supporter-profile__website {
  display: inline-block;
  margin-top: 10px;
}
.supporter-profile__footer {
  margin-top: 25px;
}
.supporter-profile .supporter__social-media {
  margin-top: 0;
}

/*# sourceMappingURL=supporter-profile.css.map */
