/* About Section Block Styles */

.about-section-block {
  position: relative;
}

.about-section-block .animate-slide-up {
  animation-fill-mode: both;
}

/* Ensure proper spacing for paragraphs */
.about-section-block p {
  margin-bottom: 1rem;
}

.about-section-block p:last-child {
  margin-bottom: 0;
}
