.blog-v1-socials {
  max-width: 1280px;
  margin: 40px auto 72px;
}

.blog-v1-socials-inner {
  background: #f6f6f6;
  padding: 36px;
}

.blog-v1-socials-title {
  margin: 0 0 28px;
  text-align: center;
  font-family: "DIN Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #000000;
}

.blog-v1-socials-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 44px;
}

.blog-v1-social-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.blog-v1-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #111111;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 0.5px solid #cdcdcd;
}

.blog-v1-social-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0);
}

.blog-v1-social-label {
  font-family: "din-2014";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #000000;
}

@media (max-width: 1024px) {
  .blog-v1-socials {
    margin-top: 13px;
    margin-bottom: 27px;
    margin-left: 7px;
    margin-right: 5px;
  }

  .blog-v1-socials-inner {
    padding-top: 26px;
    padding-bottom: 24px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .blog-v1-socials-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .blog-v1-socials-list {
    gap: 18px 20px;
  }

  .blog-v1-social-item {
    font-size: 16px;
    gap: 6px;
  }

  .blog-v1-social-icon {
    width: 38px;
    height: 38px;
  }
}
