.crop-section {
  background-color: #ffffff;
  display: flex;
  padding: 123px 19px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  font-weight: 700;
  justify-content: left;
}

.image-content-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 11px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.feature-image {
  aspect-ratio: 1.25;
  object-fit: contain;
  object-position: center;
  width: 642px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

.crop-container {
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
  width: 794px;
}

.crop-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.crop-title {
  color: #51310b;
  font-size: 60px;
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 900;
  margin: 0;
}

.crop-description {
  color: #47320b;
  font-size: 30px;
  font-family:
    Ubuntu,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  line-height: 48px;
  margin-top: 63px;
  font-weight: 700;
}
/* .upload{
  height: 50px;
  width: 300px;
  position: relative;
  overflow: hidden;

  background-color: #104613;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border-radius: 8px;
  opacity: 1;
} */
 .upload{
  font-size: 50px;
 }
 .lets-talk-button{
  font-size: 17px;
 }
.upload-icon{
  color: #ffffff;
  text-align: center;
  margin-top: 100px;
  font-family: "Ubuntu", sans-serif;
  /* font-size: 20px; */
  font-optical-sizing: auto;
  font-variation-settings:
    "wdth" 100;
}
.image-upload{
  height: 50px;
  width: 200px;
  position: absolute;
  cursor: pointer;
  top: 0%;
  left: 0%;
  opacity: 0;
}
/*.image-upload{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
 .upload-button {
  align-self: flex-start;
  border-radius: 8px;
  background-color: #104613;
  border: 2px solid #000000;
  margin-top: 63px;
  padding: 15px 14px;
  font-family:
    Syncopate,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}
 */
@media (max-width: 991px) {
  .crop-detection-section {
    padding: 100px 19px;
  }

  .image-content-wrapper {
    max-width: 100%;
  }

  .feature-image {
    max-width: 100%;
  }

  .content-container {
    max-width: 100%;
  }

  .text-content {
    max-width: 100%;
  }

  .hero-title {
    max-width: 100%;
    font-size: 40px;
  }

  .feature-description {
    max-width: 100%;
    margin-top: 40px;
  }

  .upload-button {
    margin-top: 40px;
  }
}


@media (max-width:640px) {
.crop-title {
  font-size: 40px;
}

.crop-description {
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px;
}
.lets-talk-button{
  font-size: 15px;
}
.upload{
  margin-top: 15px;
}
}