body .content {
  width: 43.75rem;
  margin: 0 auto;
  padding: 0 0 4rem;
}
body .content .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 2.75rem;
  margin: 5rem 0 4.8125rem 0;
}
body .content .personal {
  font-weight: 700;
  margin-bottom: 1.375rem;
  margin-top: 1.875rem;
  font-size: 1.25rem;
}
body .content .item a {
  color: #333;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
body .content .item a .left {
  overflow: hidden;
  padding: 0.625rem 0;
  flex: 1;
}
body .content .item a .left .legal {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .content .item a .left .estefania {
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.25rem;
}
body .content .item a .right {
  display: flex;
  padding-bottom: 0.625rem;
  align-self: flex-end;
}
a {
  color: #fff;
}

@media (max-width: 768px) {
  body .header {
    padding: 0 1rem;
    height: 3.5rem;
  }
  body .content {
    padding: 0 1rem 4rem;
    width: unset;
  }
  body .content .personal {
    font-weight: 600;
    margin-bottom: 0.375rem;
  }
  body .content .settings {
    margin-top: 2.53rem;
  }
  body .content .item .left .legal {
    font-size: 0.875rem !important;
  }
  body .content .item .left .estefania {
    font-size: 0.875rem !important;
  }
  body .content .name {
    width: unset;
    margin: 2.75rem 0;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=index.css.map */