.text-primary {
  color: #efb300; /* Thay bằng mã màu mong muốn */
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.cta-section {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-facebook {
  color: #0165e1;
}

.text-tiktok {
  color: #000000;
}

.text-youtube {
  color: #ff0000;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.flex-none {
  flex: none;
}

.self-center {
  align-self: center;
}
