.hero {
    font-family: "Raleway", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
}

.hero__content {
    display: flex;
    flex-direction: column;
    height: 513px;
    max-width: 800px;
}

.hero__location {
    margin: 0 0 23px 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
}

.hero__location svg {
    margin-right: 12px;
}

.hero__title {
    margin: 0 0 25px 0;
    color: #fff;
    font-size: 56px;
    font-weight: 800;
    line-height: 70px;
    text-transform: uppercase;
}

.hero__assets {}

.hero__mount {
    margin-top: 60px;
}

.hero__license {
    margin-top: auto;
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}

@media(max-width: 1024px) {

}

@media(max-width: 767px) {
    .hero__content {
        height: auto;
    }

    .hero__location {
        margin: 0 0 12px 0;
        flex-direction: column;
        text-align: center;
        font-size: 16px;
        line-height: 140%;
    }

    .hero__location svg {
        margin: 0 0 7px 0;
    }

    .hero__title {
        text-align: center;
        margin: 0 0 14px 0;
        font-size: 28px;
        line-height: 34px;
    }

    .hero__license {
        margin-top: 23px;
        font-size: 11px;
        text-align: center;
        font-weight: 600;
        line-height: 140%;
    }

    .hero__mount {
        margin-top: 24px;
    }
}
