#solutions_hero {
}
#solutions_hero_container {
}
#solutions_hero_content {
}
#solutions_hero_title {
    text-align: center;
    font-size: clamp(1.5em, 5vw, 2.5em);
    letter-spacing: 1px;
    line-height: 1.2;
    color: var(--our-black-color);
}
#solutions_hero_title span {
    color: var(--our-grey-color);
}
@media (min-width: 600px) {
}
@media (min-width: 900px) {
}
@media (min-width: 1200px) {
}
/*
#solutions_hero_content {
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: var(--fondo-solutions-hero) no-repeat;
    background-size: cover;
}
#solutions_hero_content_container {
}
#solutions_hero_title_text {
    padding: 0 5%;
}
#solutions_hero_title_text p {
    margin-top: 50px;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    color:  var(--our-black-color);
    border: solid 1px black;
}
#solutions_hero_text {
    margin-bottom: 30px;
    max-width: 500px;
    text-align: center;
    font-size: 1.5em;
    color: var(--our-black-color);
    border: solid 1px black;
}
#solutions_hero_black_container {
    color: var(--our-white-color);
    background-color: var(--our-black-color);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#solutions_hero_black_content {}
#solutions_hero_black_subtitle h2 {
    color: var(--our-white-color);
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.2em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
#solutions_hero_black_subtext {
    color: var(--our-white-color);
    font-size: 100%;
}
@media (min-width: 880px) {
    #solutions_hero_title_text p {
        font-size: 4em;
    }
    #solutions_hero_black_subtext {
        font-size: 100%;
    }
}
@media (min-width: 1200px) {
}

*/