#socials-page .general-content li {
  line-height: 2em;
  font-size: .97em;
}

#socials-page .socials-page-inner {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 50px;
}

#socials-page .socials-page-inner .socials-amount {
  font-weight: bold;
  font-size: 1.2em;
}

#socials-page .socials-page-inner .socials-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

#socials-page .socials-page-inner .socials-list .socials-item {
  display: flex;
  gap: 20px;
  width: calc(50% - 10px);
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.socials-list .socials-item .socials-image img {
  width: 80px;
  height: auto;
}
.socials-list .socials-item .socials-info {
  display: flex;
  flex-direction: column;
}

#socials-page .socials-page-inner .socials-list .socials-item .title {
  margin-bottom: 5px;
  display: block;
  line-height: 1.5em;
  overflow: hidden;
}

#socials-page .page-content {
  padding-bottom: 30px;
}

#socials-page .socials-inner {
  max-width: 900px;
  margin: 0 auto;
}

#socials-page .block-headline {
  position: relative;
  background-color: var(--accent_q);
  clip-path: ellipse(80% 100% at 50% 0%);
}

#socials-page .headline-image {
  max-height: 326px;
  background-position: center;
}

#socials-page .socialss-headline {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#socials-page .socialss-headline-inner {
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}

#socials-page .socialss-headline-title{
  font-family: Renogare;
  font-weight: 400;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
  color: white;
}

#socials-page .block-video .content {
  padding: unset;
  padding-inline-start: var(--block_padding);
}

@media (max-width: 768px) {
  #socials-page .socials-page-inner .socials-list .socials-item {
    width: 100%;
  }
}