.madeFromScratchHero {
    position: relative;
}

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

.madeFromScratchHeroContent {
    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%;
}

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

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

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

.madeFromScratchHeroPicture {
}

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

.madeFromScratchItems {
    max-width: var(--container-width);
    padding: 60px var(--section-padding-right) 60px var(--section-padding-left);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 45% 55%;
}

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

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

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

.madeFromScratchItemsItemContentLink {
    color: #FFF;
    background-color: #000;
}

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

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

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

.madeFromScratchItemsItem:nth-child(even) {
    transform: translateY(-15%);
    gap: 20px;
}

.madeFromScratchItemsItem:nth-child(even) .madeFromScratchItemsItemFigure {
    order: -1;
}

.madeFromScratchItemsItem:nth-child(even) .madeFromScratchItemsItemFigureCaption {
    left: auto;
    right: 0;
    top: auto;
    bottom: 5%;
    text-align: right;
}

.madeFromScratchItemsItem:nth-child(even) .madeFromScratchItemsItemContent {
    text-align: right;
}


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

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

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

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

    .madeFromScratchItemsItemContentText {
        font-size: 18px;
    }

    .madeFromScratchItemsItemFigureCaption {
        top: -20px;
    }

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

    .madeFromScratchItemsItem:nth-child(even) .madeFromScratchItemsItemContentTitle {
        margin-left: auto;
    }

    .madeFromScratchItemsItem:nth-child(even) .madeFromScratchItemsItemContentText {
        margin-left: auto;
    }

    .madeFromScratchItemsItem:nth-child(even) .madeFromScratchItemsItemFigureCaption {
    }
}

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

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

    .madeFromScratchHeroContentText {
        font-size: 16px;
    }

    .madeFromScratchHeroContentItemsTitle {
        font-size: 14px;
    }

    .madeFromScratchItems {
    }

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

    .madeFromScratchItemsItemContentText {
        font-size: 16px;
    }

    .madeFromScratchItemsItemFigureCaption {
        font-size: 12px;
        max-width: 80px;
    }

    .madeFromScratchItemsItemFigureImage {
        max-width: calc(100% - 30px);
        margin-left: auto;
    }

    .madeFromScratchItemsItem:nth-child(odd) .madeFromScratchItemsItemContentTitle {
        max-width: 140px;
    }

    .madeFromScratchItemsItem:nth-child(even) {
    }

    .madeFromScratchItemsItem:nth-child(even) .madeFromScratchItemsItemFigureImage {
        margin-left: 0;
        margin-right: auto;
    }

    .madeFromScratchItemsItem:nth-child(even) .madeFromScratchItemsItemContent {
        padding-right: 0;
    }

    .madeFromScratchItemsItem:nth-child(even) .madeFromScratchItemsItemFigureCaption {
        max-width: 65px;
        bottom: 0;
    }
}
