@charset "UTF-8";

/*****************

Field

******************/

/* .secion__img:last-of-type {
    margin-top: 60px;
} */

.section__txt--field {
    margin-top: 40px;
    max-width: 410px;
}


@media screen and (min-width:769px) {

    .section--field {
        margin-top: 124px;
    }

    .section__flex--field {
        margin-top: 98px;
    }

    .section__txt--field {
        max-width: 100%;
        font-size: 1.5rem;
        margin-top: 0;
    }
}

/*****************

deco

******************/

@media screen and (min-width:769px) {

    .decoration--field {
        margin-top: 130px;
    }

}



/*****************

Crops

******************/


.crops__txt {
    /* max-width: 375px; */
    font-size: 1.4rem;
    text-align: center;
    margin: 30px auto 0;
}

.crops__img {
    display: block;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 3/2;
    object-fit: cover;
    margin: 60px auto 30px;
    transition: transform 0.4s ease;
}


@media screen and (min-width:769px) {

    .section--crops {
        margin-top: 191px;
        padding: 0;
    }

    .crops__list {
        display: flex;
        justify-content: center;
        gap: 40px 30px;
        flex-wrap: wrap;
        margin: 71px auto 0;
    }

    .crops__img {
        margin: 0;
    }

    .crops__txt {
        font-size: 1.5rem;
        margin: 47px auto 0;
    }

    .crops__img {
        max-width: 290px;
        aspect-ratio: 3/2;
        object-fit: cover;
        /* margin: 0 0 30px; */
    }


}