.hero-section {
    /* background-color: #141414; */
    background-image: url('../images/hero/hero-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0px 0px;
    background-size: cover;
}

.hero-content {
    color: #ffffff;
    padding: 24px 0;
}

.hero-heading {
    font-family: sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.hero-heading-accent {
    color: #30a305;
}

.hero-heading-main {
    color: #ffffff;
}

.hero-text {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    /* max-width: 460px; */
    margin: 0 0 36px;
    opacity: 0.95;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.hero-image img {
    width: 100%;
    max-width: 520px;
    height: auto;
    max-height: 546px;
    object-fit: contain;
    object-position: center bottom;
}

@media (max-width: 991px) {
    .hero-section {
        padding: 48px 0 40px;
    }

    .hero-heading {
        font-size: 48px;
    }

    .hero-text {
        font-size: 16px;
        max-width: none;
    }

    .hero-image {
        margin-top: 32px;
    }

    .hero-image img {
        max-height: 420px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .hero-content {
        padding: 0;
        text-align: left;
    }

    .hero-heading {
        font-size: 36px;
        margin-bottom: 18px;
    }

    .hero-text {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .hero-image {
        margin-top: 24px;
    }

    .hero-image img {
        max-width: 100%;
        max-height: 360px;
    }
}
