/************************** HERO **************************/
.hero {
    background: url(../../imgs/hero/industrial/Industrial-mobile.jpg);
    height: auto !important;
}

.hero .row {
    background-color: unset;
    width: unset !important;
}

.hero .hero-bg {
    display: grid;
    height: auto;
    padding: 0 !important;
    margin-top: 90px;
    min-height: 500px;
}

.hero h2 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

/************************** LOCATIONS **************************/
.locations {
    display: flex;
    font-size: .7rem;
    font-weight: 300;
    justify-content: space-between;
    padding-bottom: 24px;
    padding-top: 12px;
}

/************************** TITLE **************************/
.title {
    padding: 0px var(--side-margin);
}

.representative, .representative-md{
    min-height: 90px !important;
}

.representative h3, .representative-md h3{
    margin: 0 !important;
    padding-top: 5px;
}

.representative-md button{
    height: 50px !important;
    min-width: 192px!important;
}

/************************** MEDIA QUERIES **************************/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hero {
        background: url(../../imgs/hero/industrial/Industrial-tablet.jpg);
    }

    .hero .hero-bg {
        margin-top: 30px;
    }

    .hero h2 {
        margin-bottom: 30px;
    }

    .locations {
        font-size: 1rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero .hero-bg p {
        font-size: 1.25rem !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero {
        background: url(../../imgs/hero/industrial/Industrial.jpg);
    }

    .representative-img{
        width: 150px !important;
        height: 170px !important;
    }

    .representative-md button{
        min-width: 250px!important;
    }
}