.socialmedia06-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: start;
  align-items: start;
}

.socialmedia06-box-text {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;

  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: start;
  align-items: start;
}
.socialmedia06-box-text > p span {
  font-weight: 600;
}

@media (max-width: 768px) {
}
