.hero-taxonomy {
    height: 320px;
    background-size: cover;
}

.hero-taxonomy__content {
    display: flex;
    padding: 10px 150px 50px 150px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    height: 100%;
    
}

.hero-taxonomy__content__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.hero-taxonomy__title{
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--secondary-color);
}
.hero-taxonomy__subtitle{
    text-align: center;
    color: white;
}