/* ESSENTIAL NUTRIENTS */
.fp{
    margin-top: 3.6875rem;
}

.fp-herosection{
    background-image: url("../customImages/food-processing-hero.png");
    background-repeat: no-repeat;
    width: 100%;
    /* height: 50vh; */
    background-size: cover;
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.fp-nutrients{
    margin-top: 3.8rem;
}

.fp-herosection .fp-herosection--heading{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 68px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}


.fp-herosection .fp-herosection--heading h1{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 68px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

 .fp-underline{
    border-top: 8px solid #FFFFFF;
    border-radius: 20px;
    opacity: 100%;
    background-color: #ffff;
    width: 80px;
    margin: 0 auto;
}

.fp-herosection .fp-herosection--heading{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 68px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

 .fp-herosection--heading h1{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 68px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000;
}

.fp-herosection--heading .fp-underline--nutrients{
    border-top: 8px solid #1F6D08;
    max-width: 120px;
    height: 8px;
    background: #1F6D08;
    border: 1px solid #1F6D08;
    margin: 0 auto;
}

.fp-left{
    max-width: 40.3rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 140%;
    text-align: justify;
    color: #2D2D2D;
}

.fp-left h3{
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: -1px;
    color: #2D2D2D;
}

.fp-left p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: justify;
    color: #2D2D2D;
}

.fp-left--child{
    margin-top: 2.8rem;
}

/* FERTILIZER STYLE */
.fer-container{
    margin-top: 5.25rem;
}

.fer-left{
    background-image: url("../customImages/fp-organic-fertilizer.png");
    width: 100%;
    max-width: 38rem;
    height: 35vh;
    padding: 3.5rem 1.2rem 1.8rem 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.fp-info-line{
   width: 4.5rem;
   height: 2px;
   background: #FFFFFF;
   border-top: 4px solid #FFFFFF;
   border-radius: 20px;
   opacity: 100%;
   margin-top: 1rem;
}

.fer-left h3, .fer-right h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 36px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    max-width: 18rem;
}

.fer-right{
    background-image: url("../customImages/fp-farmers.png");
    width: 100%;
    max-width: 38rem;
    /* height: 26.3rem; */
    height: 36.5vh;
    padding: 3.5rem 1.2rem 2.0rem 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
}

/* RESPONSIVE STYLE */
@media(max-width: 414px){
    .fp-herosection .fp-herosection--heading h1{
        font-size: 2rem!important;
    }
    .diet-image{
        width: 100%;
        height: 26vh;
    }

    .fp-herosection--heading h1, .fp-left--child h3{
        font-size: 1.4rem!important;
    }

    .fp-left .fp-left--top, .fp-left--child p{
        font-size: 1rem;
    }

    .fer-left h3,
    .fer-right h3{
        font-size: 1.6rem;
    }

    .fer-left, .fer-right{
        padding-top: 4.8rem;
    }
}

@media(min-width: 720px) and (max-width: 1200px){

    .fp-nutrients{
        flex-direction: column-reverse!important;
        width: 100%;
    }

    .fp-left, .fer-left, .fer-right{
        max-width: 100%;
    }

    .fer-left, .fer-right{
        padding-top: 12rem;
    }
    .fer-left h3, .fer-right h3{
        max-width: 100%;
    }
    .farmer-image {
        width: 100%;
        max-width: 100%;
    }
    .farmer-image img{
        width: 100%!important;
    }
}