@charset "UTF-8";
.social-posts-copy__content {
  padding-bottom: clamp(50px, 4vw, 70px);
  margin-bottom: clamp(25px, 3vw, 35px);
  border-bottom: 1px solid rgba(14, 17, 34, 0.3019607843);
}
.social-posts-copy__content .btn.btn-primary {
  background-color: #4C57FF;
  border-color: #4C57FF;
}
.social-posts-copy__content .btn.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}
.social-posts-copy__content-wrapper {
  background-color: #F0F5FE;
  max-width: 475px;
  padding: clamp(28px, 4vw, 80px) clamp(8px, 4vw, 38px) clamp(28px, 4vw, 80px) clamp(8px, 4vw, 44px);
}
.social-posts-copy__content-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-posts-copy__content-wrapper ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 4px;
  line-height: 1.6;
}
.social-posts-copy__content-wrapper ul li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
}
.social-posts-copy__content-wrapper p:has(+ ul) {
  margin-bottom: 0;
}
.social-posts-copy__content-title {
  font-size: clamp(21px, 4vw, 28px);
  margin-bottom: 18px;
}
.social-posts-copy__content-link {
  margin-top: clamp(18px, 4vw, 25px);
}