.social-follow-section {
  text-align: center;
}

.social-follow-section h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 20px;
  color: #333;
  font-family: inherit;
}

.social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  color: #333;
}

.social-icons a svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #1A2B4C;
}
