
.about-section {
    width: 100%;
    padding: 4rem 0; /* py-16 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .about-section h1 {
    font-family: 'Mnbs', serif!important;
    font-size: 2.25rem; /* text-4xl */
    font-weight: bold;
    margin-bottom: 0.5rem; /* mb-2 */
    color: #B26E97;
  }
  
  .about-section .divider {
    width: 6rem; /* w-16 */
    height: 0.25rem; /* h-1 */
    background-color: #1f2937; /* bg-blue-800 */
    margin-bottom: 2rem;
  }
  
  .about-content {
    font-family: 'Centabel';
    font-size: 1.125rem; /* text-lg */
    color: #B26E97; /* text-gray-700 */
    margin-bottom: 2rem; /* mb-8 */
    max-width: 36rem; /* max-w-xl */
  }
  
  .en-savoir-plus {
    font-family: 'Centabel', serif;
    padding: 0.75rem 1.5rem; /* px-6 py-3 */
    background-color: #B26E97; /* bg-blue-800 */
    color: white;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 0.5rem; /* rounded-lg */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* shadow-md */
    transition: transform 0.3s ease, background-color 0.3s ease; 
  }
  
  .en-savoir-plus:hover {
    background-color: #1f2937; /* hover:bg-blue-700 */
    transform: scale(1.05); /* hover:scale-105 */
  }
  
  .about-section h1 {
    font-family: 'Mnbs', serif;
    font-size: 5rem;
  }
  
    .about-section p {
    font-family: 'Centabel', serif;
  }
  .animate-text {
    white-space: pre-wrap; 
  }
  
  .animate-text span {
    display: inline-block;
  }