@media (min-width: 1200px) {

    .frontpage-hero {
        flex-direction: row;
        column-gap: 80px;
    }

    .frontpage-hero__body {
        width: 40%;
        margin: 0;
        padding-top: 100px;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 10%;
        background-color: transparent;
    }

    .frontpage-hero__title {
        font-size: 2.25rem;
        line-height: 1.3;
    }

    .frontpage-hero__visual {
        position: static;
        width: 60%;
    }

    .frontpage-hero__img {
        border-bottom-left-radius: 25%;
        box-shadow: 0 0 12px 0 rgb(0, 0, 0, 12%);
        filter: brightness(100%);
        opacity: 100%;
    }



    
    .frontpage-stock-category__body {
        width: calc(100% - 200px);
        min-width: min(280px, 100%);
    }

    .frontpage-stock-category__paragraph {
        max-width: 340px;
    }




    /* .frontpage-about__inner.global-container {
        --page-width: 64%;
    } */

    .frontpage-about__inner {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        column-gap: 60px;
    }

    .frontpage-about__row {
        flex-direction: row;
        column-gap: 40px;
        align-items: center;
    }

    .frontpage-about__row.frontpage-about__row--top {
        flex-direction: row-reverse;
    }

    .frontpage-about__body {
        width: 60%;
    }

}