:root {
  --blank-value: 80px;
}

.social__content p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.social__content h3,
.social__content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.social__content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #4c4f52;
}

.social__content h3,
.social__content h2 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 100%;
  color: #2d3549;
}

.social {
  padding: 90px 0 120px 0;
}
.social__content {
  width: 100%;
  text-align: left;
  word-break: break-word;
}
.social__content p {
  font-weight: 200;
  color: #4c4f52;
}
.social__content h3,
.social__content h2 {
  font-weight: 500;
  color: #2d3549;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.social__content h2:first-of-type {
  margin-top: 0;
}
.social h2:first-of-type {
  margin-top: 0;
}
.social__buttons {
  margin-top: 40px;
}
.social__buttons a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  max-width: 230px;
  height: 60px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(315deg, #00a6ff 0.32%, #0077b4 48.98%, #00466c 100%);
  border: 1px solid #e8ecf0;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .social {
    padding: 60px 0 120px 0;
  }
}