.fromTheGrillHero {
    position: relative;
}

.fromTheGrillHeroWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fromTheGrillHeroContent {
    max-width: var(--container-width);
    padding: 40px var(--section-padding-right) 40px var(--section-padding-left);
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
}

.fromTheGrillHeroContentTitle {
    font-size: 62px;
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #FFF;
    max-width: 600px;
}

.fromTheGrillHeroContentText {
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    max-width: 450px;
    margin: 0;
    font-weight: 600;
}

.fromTheGrillHeroContentLink {
    color: #000;
    background-color: #FFF;
    margin-top: auto;
}

.fromTheGrillHeroPicture {
}

.fromTheGrillHeroPicture img {
    object-fit: cover;
    object-position: top left;
    min-height: 1053px;
    max-height: calc(100vh - 77px);
}

.fromTheGrillItems {
    max-width: var(--container-width);
    padding: 60px var(--section-padding-right) 60px var(--section-padding-left);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.fromTheGrillItemsItem {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fromTheGrillItemsItemContentTitle {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 16px 0;
    line-height: 1;
}

.fromTheGrillItemsItemContentText {
    font-size: 20px;
    margin: 0 0 30px 0;
}

.fromTheGrillItemsItemContentLink {
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    border-radius: 100vh;
    background-color: #000;
    letter-spacing: 2px;
    display: inline-block;
}

.fromTheGrillItemsItemFigure {
    margin: 0;
    position: relative;
}

.fromTheGrillItemsItemFigureImage {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fromTheGrillItemsItemFigureCaption {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    width: fit-content;
    max-width: 80px;
}

.fromTheGrillItemsItem:nth-child(even) {
    transform: translateY(-15%);
    gap: 0;
}

.fromTheGrillItemsItem:nth-child(even) .fromTheGrillItemsItemFigure {
    order: -1;
}

.fromTheGrillItemsItem:nth-child(even) .fromTheGrillItemsItemFigureCaption {
    left: 0;
    top: auto;
    bottom: 10%;
}

.fromTheGrillItemsItem:nth-child(even) .fromTheGrillItemsItemContent {
    text-align: right;
    padding-right: 87px;
}


@media (max-width: 800px) {
    .fromTheGrillHeroContentLink {
        align-self: end;
    }

    .fromTheGrillHeroPicture img {
        min-height: 960px;
    }

    .fromTheGrillItems {
        padding: 40px var(--section-padding-right) 40px var(--section-padding-left);
    }

    .fromTheGrillItemsItemContentTitle {
        font-size: 31px;
        max-width: 215px;
    }

    .fromTheGrillItemsItemContentText {
        font-size: 18px;
    }

    .fromTheGrillItemsItemFigureCaption {
        top: -20px;
    }

    .fromTheGrillItemsItem:nth-child(even) {
        transform: translateY(-8%);
    }

    .fromTheGrillItemsItem:nth-child(even) .fromTheGrillItemsItemContentTitle {
        margin-left: auto;
    }

    .fromTheGrillItemsItem:nth-child(even) .fromTheGrillItemsItemContentText {
        margin-left: auto;
    }

    .fromTheGrillItemsItem:nth-child(even) .fromTheGrillItemsItemFigureCaption {
        bottom: -20px;
    }
}

@media (max-width: 620px) {
    .fromTheGrillHeroPicture img {
        min-height: 650px;
    }

    .fromTheGrillHeroContentTitle {
        font-size: 36px;
        line-height: 30px;
    }

    .fromTheGrillHeroContentText {
        font-size: 16px;
    }

    .fromTheGrillItems {
    }

    .fromTheGrillItemsItemContentTitle {
        font-size: 27px;
        max-width: 204px;
    }

    .fromTheGrillItemsItemContentText {
        font-size: 16px;
    }

    .fromTheGrillItemsItemFigureCaption {
        font-size: 12px;
        max-width: 67px;
        bottom: -25px;
        top: auto;
    }

    .fromTheGrillItemsItem:nth-child(odd) .fromTheGrillItemsItemContentTitle {
        max-width: 140px;
    }

    .fromTheGrillItemsItem:nth-child(even) {
        gap: 60px;
    }

    .fromTheGrillItemsItem:nth-child(even) .fromTheGrillItemsItemContent {
        padding-right: 0;
    }

    .fromTheGrillItemsItem:nth-child(even) .fromTheGrillItemsItemFigureCaption {
        max-width: 65px;
        left: auto;
        right: 0;
        text-align: right;
    }
}
