div.crops-area {
  background: rgb(248, 248, 248);
  padding-bottom: 80px;
}

.section-hero{
  padding: 0;
}

.section-hero-bg{
  position: relative;
  display: flex;
  height: 470px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.black-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.single-crop-hero-title{
  position: relative;
  bottom: 0;
  z-index: 1;
  /* display: flex; */
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Demo;
  font-size: 88px;
  font-weight: 200 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-top: auto;
  margin-bottom: 0;
  max-height: 100%;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 14px;
  word-break: break-word;
}

.section-fertilizer-title {
  padding-bottom: 24px;
  margin-bottom: 0;
  font-family: "Inter";
  font-size: 32px;
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  max-width: 792px;
  padding-left: 8px;
}

@media (max-width: 1200px) {
  .single-crop-hero-title {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .section-fertilizer.secondary{margin-bottom: 24px;}
  .section-hero-bg{
    height: 210px;
  }

  .black-overlay {

  }

  .single-crop-hero-title {
    padding-bottom: 20px;
    font-size: 34px;
    padding-left: 23px;
  }

  .section-fertilizer-title {
    margin-bottom: 0;
    font-family: Inter;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    padding-left: 3px;
  }
}

@media (max-width: 1400px) {
  div.crops-area {
    /* padding-left: 100px; */
  }
}

@media (max-width: 1200px) {
  div.crops-area {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  div.crops-area {
    padding-bottom: 40px;
  }
}


.section-title p {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  max-width: 690px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .section-title {
    /* max-width: 790px; */
  }
}

.crops-items-area {
  padding-top: 64px;
}

.all-crops-row {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  column-gap: 24px;
  /*row-gap: 24px;*/
  /* max-width: 1050px; */
  column-gap: 24px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.crops-items-wrap-container {
  flex: 1 0 20%;
  padding-right: 0;
  padding-left: 0;
  max-width: 180px;
  min-width: 180px;
}

.crops-items-wrap .crops-img {
  margin-bottom: 22px;
  transition: transform 0.3s ease 0s;

  border-radius: 50%;
  overflow: hidden;
}

.crops-items-wrap .crops-img a {
  max-width: 180px !important;
  max-height: 180px;
  overflow: hidden;
}

.crops-items-wrap .crops-img a img {
  box-sizing: inherit;
  vertical-align: middle;
  border-style: none;
  max-width: 180px !important;
  width: 180px !important;
  object-fit: cover;
  height: 180px !important;
  transition: 0.25s all;
}

.crops-items-wrap .crops-img a img:hover {
  transform: scale(1.1);
}

.crops-items-wrap .crops-content span {
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
}

@media (max-width: 816px) {
  .section-title {
    /* max-width: 700px; */
  }
  div.crops-area {
    padding-bottom: 40px;
  }

  .all-crops-row {
    padding-top: 40px;
  }

  h1.title {
    font-size: 40px;
  }

  .section-title p {
    font-size: 16px;
  }
}

@media (min-width: 460px) and (max-width: 768px) {
  .section-title {
    /* padding-bottom: 20px; */
  }
}

@media (max-width: 768px) {
  div.crops-area {
    padding-bottom: unset;
    background: transparent;
  }
  h1.title {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-bottom: 16px;
  }

  .section-title p {
    display: none;
  }

  .crops-items-wrap .crops-img {
    margin-bottom: 12px;
  }
}

@media (max-width: 460px) {
  div.crops-area {
    background: rgb(247, 247, 247);
    background: transparent;
  }

  .all-crops-row {
    padding-top: 24px;
    padding-bottom: 40px !important;
    column-gap: 18px;
    row-gap: 22px;
    justify-content: space-around;
  }
  .crops-items-wrap-container {
    max-width: 158px;
    min-width: 158px;
    margin-bottom: 0;
  }

  .section-title p {
    margin-bottom: 40px;
  }

  .crops-items-wrap .crops-img a {
    max-width: 158px !important;
    max-height: 158px;
  }

  .crops-items-wrap .crops-img a img {
    max-width: 158px !important;
    width: 158px !important;
    height: 158px !important;
  }
}

/* ----------------------- Crops category style ----------------------- */
.crop-category-description-and-image-container {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  margin-bottom: 103px;
}

.crop-category-description {
  width: 792.6px;
  max-width: 792.6px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.crop-category-description h3 {
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.crop-category-image-container {
 margin-bottom: 40px;
}

.crop-category-image-container img {
  width: 486px;
  height: auto;
  border-radius: 5px;
}

.crops-guide-title-container.container {
  margin-top: 40px;
}

.crops-guide-title-container.container h2 {
  font-family: Demo;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 0;
}

.mobile-page-subtitle {
  display: none;
}

@media (min-width: 1400px) {
  .container.section-title h1 {
    max-width: 700px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .container.section-title {
    /* margin-left: 0; */
  }
}

@media (max-width: 992px) {
  .crop-category-description-and-image-container {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .section-breadcrumb-nav {
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(245, 245, 245, 0.5) 50%
    );
  }

  .crop-category-description-and-image-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    margin-bottom: 30px;
  }

  .crop-category-image-container {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }

  .crop-category-image-container img {
    margin-bottom: 0;
  }

  .crop-category-description {
    width: 100%;
    padding-right: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .crop-category-description h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .mobile-page-subtitle {
    display: block;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    padding-right: 25px;
  }

  .crops-guide-title-container.container {
    margin-top: 63px;
  }

  .crops-guide-title-container.container h2 {
    font-size: 28px;
  }
}


.crop-category-description ul{
  list-style: unset  ;
  list-style-type: unset  ;
  padding-left: 20px;
}

.crop-category-description.rich-text-wrap a {
  text-decoration: underline;
}


/*a:link {*/
/*  color: #00b5d3;*/
/*}*/
/*a:visited {*/
/*  color: #00b5d3;*/
/*}*/
/*a:hover {*/
/*  color:  #047b8f;*/
/*}*/
