.linkListContainer {
  /* box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 75%); */
  color: black;
  padding-top: 30px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.linkGroup {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.linkGroup .link-item,
.ll-widgets-group .link-item {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  width: 96vw;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: unset;
  border-radius: 1rem;
  max-width: 436px;
  box-sizing: border-box;
}

h4 {
  font-size: 16px;
  font-family: 'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji';
}

.link-image {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding-bottom: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.linksSocialGroup {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 436px;
  margin-bottom: 4rem;
}

.social-link-item {
  margin-left: 1rem;
  margin-right: 1rem;
}
.social-link-item img {
  margin-top: 1rem;
}

.description {
  margin-top: 0;
}

.ll-widgets-group {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  width: 100%;
}

.ll-widget-container {
  width: 96%;
  max-width: 436px;
  box-sizing: border-box;
}

.ll-image-carousel::-webkit-scrollbar,
.ll-video-carousel::-webkit-scrollbar {
  display: none;
}