#index_hero_first {
}
#index_hero_first_container {
}
#index_hero_first_content {
    flex-direction: column;
}
#index_hero_first_texts {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: var(--our-grey-color);
    /*border: solid 1px green;*/
}
#index_hero_first_title h2 {
    color: var(--primary-color);
}
#index_hero_first_text {
    /*margin-top: 20px;*/
}
#index_hero_first_text span {
    font-weight: bold;
}
@media all and (min-width: 600px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
}