.g-hero {
    position: relative;
}

.g-hero__container {
    padding: var(--ama-grid-gutter) 0;
    display: flex;
}

.g-hero__main {
    max-width: 600px;
}

.g-hero__title {
    margin-top: 0;
}

.g-hero__content {
    margin-bottom: var(--ama-grid-gutter);
}

.g-hero__content a {
    color: currentColor !important;
}

@media (min-width: 1668px) {
    .g-hero__container {
        min-height: 650px;
    }

    .g-hero__media {
        width: 650px;
    }
}

@media (min-width: 992px) {
    .g-hero__container {
        align-items: center;
    }

    .g-hero__media {
        position: absolute !important;
        top: 0;
        left: calc(58% + 50px);
        height: 100%;
    }
    
    .g-hero__media .splide__track,
    .g-hero__media .splide__slide {
        height: 100%;
    }
    
    .g-hero__media img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .g-hero {
        min-height: 450px;
        display: flex;
        flex-direction: column-reverse;
    }
    
    .g-hero__container {
        min-height: 0;
    }
}