/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Child theme for GeneratePress
 Author:       [Your Name]
 Author URI:   [Your Website]
 Template:     generatepress
 Version:      1.0.0
*/

.featured-image-below-p8 {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.featured-image-below-p8 img {
    max-width: 100%; /* Asegura que la imagen sea responsiva */
    height: auto; /* Mantiene las proporciones de la imagen */
}
