/* hero section */
#section_hero{min-height: 550px; height: 80vh; background: url('../images/hero_bg_3.webp'); background-size: cover; background-repeat: no-repeat; background-position: center center;}
.font-hero-title{font-size: 45px;}
.hero-highlight{color: var(--green-lighter); background-color: var(--green-low-opacity);}
#hero_search_submit{background-color: var(--green);}
#hero_search_submit:hover{ background-color: var(--green-hover) ;}
#hero_search_submit:active{ background-color: var(--green) ;}
.bg-hero-search{background-color:#d9d6d342;}

/* default */
@media ( (min-width: 0px) and (max-width:575px) ) {
    #section_hero{min-height: 500px; height: 100%; background: url('../images/hero_bg_3_mobile.webp'); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    .font-hero-title{font-size: 23px;}
    .hero-highlight{font-size: 15px;}
}

#secion_best_companies{background-image: url('../images/breadcrumb.webp');background-position: right;background-size: cover;background-repeat: no-repeat;}