.mindy-packs-category-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: black;
    /* margin-top: 70px; */
    /* margin-bottom: 70px; */
}


.mindy-packs-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
}

.mindy-packs-subtitle {
    font-size: 1.2rem;
    color: black;
}


.packs-category-card {
    border-radius: 20px;
    background-color: #f9f9f9;
    padding-bottom: 5px;
    margin-bottom: 20px !important;

}


.packs-category-card__title {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.packs-category-card__image {
    padding: 15px;
    text-align: center;
}

.packs-category-card__link {
    padding: 15px;
}

.mindy-packs-hero-container {
    background-image: url('../img/PACKS.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-bottom: 70px;
    padding-top: 50px;
}

.mindy-packs-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: white;
    margin-bottom: 50px;
    font-weight: bold;;
}

.mindy-packs-hero-subtitle {
    font-size: 18px;
    color: white;
    margin-bottom: 50px;
}


.mindy-packs-ninos-adolescentes {
    background-image: url('../img/assets/Character_2_Basketball.png');
    background-repeat: no-repeat;
    background-position: 80% 150%;
    background-size: 50%;
    padding-top: 100px;
    padding-bottom: 30px;
}

.mindy-packs-parejas-familia {
    background-image: url('../img/assets/Character_1_High_Five.png');
    background-repeat: no-repeat;
    background-position: 20% center;
    background-size: 40%;
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 100px;
}

.mindy-packs-parejas-familia-background {
    background-color: #f9f9f9;
}


.mindy-packs-presenciales {
    padding-top: 50px;
}