/**
 * Css for Widget: hero-solutions v01
 */

.hero-solutions_v01 {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.hero-solutions_v01__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.hero-solutions_v01 .container {
    z-index: 2;
}

.hero-solutions_v01__title {
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.hero-solutions_v01__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

@media (max-width: 767.98px) {
    .hero-solutions_v01 {
        min-height: 300px;
        padding: 60px 0;
    }

    .hero-solutions_v01__title {
        font-size: 2.5rem;
    }

    .hero-solutions_v01__subtitle {
        font-size: 1.75rem;
    }
}
