.content-center {
    text-align: center;
    margin-bottom: 20px;
}

.accordion-body p {
    margin-bottom: 10px;
    color: #1a1818;
    font-family: Arial, sans-serif;
}

.accordion-body img {
    max-width: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.accordion-body img::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(to right, yellow, blue);
    z-index: -1;
}

hr {
    border: none;
    border-top: 5px solid #000000; /* Grosor y color de la línea */
    margin: 20px 0; /* Espaciado superior e inferior */
    width: 80%; /* Ancho de la línea */
    margin-left: auto;
    margin-right: auto;
}

.carousel-text {
    text-align: center;
    margin-top: 10px;
  }

