@media (min-width: 768px) {
    .block_a2cff5225b2a4b559b6f40636b5dc066,
    .block_cb68fca28f4a4f8aa9b67c085ceeaf56,
    #grass .blockContent {
        margin-top: -130px;
        position: relative;
    }
    .navContent ul li ul, .navContent ul li:first-child ul {
        max-width: 400px !important;
    }
}
@media (max-width: 767px) {
    .block_a2cff5225b2a4b559b6f40636b5dc066,
    .block_cb68fca28f4a4f8aa9b67c085ceeaf56,
    .block_f18ebf3d00764cb896c665f644e1aa78,
    .block_f979442e2920452bbdfbac990fd80db1,
    .block_cefd27bd8d864e0c9642da1261019602,
    .block_ff482a20e6e14b6f8a754044755632b9,
    .block_cb289d4557284862875e050f4d912d0f,
    .block_a29b077f43c44c459373599f3ab2919a,
    #grass .blockContent {
        margin-top: -30px;
        padding: 0 !important;
    }
    .blockWrap_a2cff5225b2a4b559b6f40636b5dc066.bmg3,
    .blockWrap_cb68fca28f4a4f8aa9b67c085ceeaf56.bmg3{
        margin-bottom: 0 !important;
    }
    .pageTitle {
        font-size: 60px !important;
        letter-spacing: 0 !important;
    }
    .contentTitle {
        letter-spacing: 0 !important;
    }
    .items_d177e731df8c4e3bb8fc97594cced0d0 .itemImg,
    .items_d177e731df8c4e3bb8fc97594cced0d0 .itemContent {
        width: 100% !important;
    }
        
}

/*Targets the parent container of the simple list items*/
.items_e2ff03429abf468296bec811607de93e,
.items_fea20035db894e78ad7af66ef8e51fb2,
.items_ae632fc526574078818efd05e43bd1e0 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_e2ff03429abf468296bec811607de93e > .item,
.items_fea20035db894e78ad7af66ef8e51fb2 > .item,
.items_ae632fc526574078818efd05e43bd1e0 > .item {
	display: flex;
	flex-direction: column;
}

.items_e2ff03429abf468296bec811607de93e .itemImg {
    margin-top: -55px;
}

.items_e2ff03429abf468296bec811607de93e .item li {
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cdcdcd;
    padding-left: 10px;
    padding-right: 10px;
}

.items_e2ff03429abf468296bec811607de93e .item li::first-letter {
    color: #9ad218;
    font-size: 18px;
    font-weight: 900px;
}
.items_e2ff03429abf468296bec811607de93e .item .button {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .blockWrap_e36f8c4414e84566a49e2cd97cfcbe57 .cols3 .item {
        width: 29%;
        margin: 5% 0 0 4%;
    }
}


/*Targets the parent container of the simple list items*/
.items_e36f8c4414e84566a49e2cd97cfcbe57 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_e36f8c4414e84566a49e2cd97cfcbe57 > .item {
   display: flex;
   flex-direction: column;
}

/********************
PIN BUTTONS TO BOTTOM OF CONTAINER FERTILIZERS PAGE
********************/
.items_e36f8c4414e84566a49e2cd97cfcbe57 .itemContent,
.items_e36f8c4414e84566a49e2cd97cfcbe57 .itemContent .itemInnerContent {
    display: flex;
    flex-direction: column;
}
.items_e36f8c4414e84566a49e2cd97cfcbe57 .itemContent,
.items_e36f8c4414e84566a49e2cd97cfcbe57 .itemContent .itemInnerContent,
.items_e36f8c4414e84566a49e2cd97cfcbe57 .itemContent .maxWidth--itemContent {
    height: 100%;
}
.items_e36f8c4414e84566a49e2cd97cfcbe57 .itemContent .itemInnerContent p:last-of-type {
    margin-top: auto;
}

@media (max-width: 991px) {
    .items_e36f8c4414e84566a49e2cd97cfcbe57 .contentTitle {
            font-size: 45px !important;
    }
}