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


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

@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-top: 52px; */
  }
}

h1.title {
  /* box-sizing: inherit; */
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.26;
  font-size: 54px;
  font-family: Inter;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgb(0, 43, 70);
}

.section-title p {
  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;
  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: flex-start;*/
/*  flex-wrap: wrap;*/
/*  column-gap: 24px;*/
/*  row-gap: 16px;*/
/*  max-width: 1050px;*/
/*  column-gap: 24px;*/
/*  padding-top: 64px;*/
/*  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: 24px;
  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: 1200px) {
  .all-crops-row {
    /*justify-content: center;*/
  }
}


@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: 24px;
  }
}

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

@media (max-width: 768px) {
  .section-title {
    padding-left: 24px;
  }
  div.crops-area {
    padding-bottom: unset;
  }
  h1.title {
    font-family: Inter;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .section-title p {
    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;
  }
  .crops-items-wrap .crops-img {
    margin-bottom: 14px;
    aspect-ratio: 1;
  }
}

@media (max-width: 460px) {
  div.crops-area {
    background: rgb(247, 247, 247);
    background: linear-gradient(
      180deg,
      rgba(247, 247, 247, 1) 0%,
      rgba(255, 255, 255, 1) 40%
    );
  }

  .all-crops-row {
    padding-top: 0;
    padding-bottom: 30px !important;
    row-gap: 20px;
    column-gap: 18px;

    /*width: 424px;*/
  }
  .crops-items-wrap-container {
    max-width: calc(50% - 9px);
    min-width: calc(50% - 9px);
    margin-bottom: 0px !important;
  }

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

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

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

}
