img {
  max-width: 100%;
  height: auto;
}

.__dhiwise1743200590285 button,
.__dhiwise1743200590285 input,
.__dhiwise1743200590285 optgroup,
.__dhiwise1743200590285 select,
.__dhiwise1743200590285 textarea {
  margin: 0;
  padding: 0;
}

.__dhiwise1743200590285 h1,
.__dhiwise1743200590285 h2,
.__dhiwise1743200590285 h3,
.__dhiwise1743200590285 h4,
.__dhiwise1743200590285 h5,
.__dhiwise1743200590285 h6,
.__dhiwise1743200590285 hr,
.__dhiwise1743200590285 p {
  margin: 0;
}

.__dhiwise1743200590285 {
  [type="text"],
  input:where(:not([type])),
  [type="email"],
  [type="url"],
  [type="password"],
  [type="number"],
  [type="date"],
  [type="datetime-local"],
  [type="month"],
  [type="search"],
  [type="tel"],
  [type="time"],
  [type="week"],
  [multiple] {
    appearance: none;
    background-color: transparent;
    border-color: unset;
    border-width: 0;
    border-radius: unset;
    padding: unset;
    font-size: unset;
    line-height: unset;
    color: inherit;
  }
  input:focus-visible,
  [multiple]:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline: none;
    box-shadow: none;
  }
}

.__dhiwise1743200590285.missionkoffyland {
  gap: 40px;
  background-color: #faf8f2;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 64px 28px;
  @media only screen and (max-width: 1440px) {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  @media only screen and (max-width: 1050px) {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  @media only screen and (max-width: 550px) {
    padding: 16px;
  }
}

.__dhiwise1743200590285 .mission-statement {
  gap: 6px;
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1440px) {
    width: 100%;
  }

  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.__dhiwise1743200590285 .mission-statement__title {
  color: #000000 !important;
  letter-spacing: -0.53px;
  font-size: 53px;
  font-weight: 300;
  @media only screen and (max-width: 1440px) {
    font-size: 45px;
  }

  @media only screen and (max-width: 1050px) {
    font-size: 33px;
  }

  @media only screen and (max-width: 550px) {
    font-size: 27px;
  }
}

.__dhiwise1743200590285 .mission-statement__description {
  color: #000000 !important;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  align-self: stretch;
  line-height: 25px;
  @media only screen and (max-width: 1440px) {
    font-size: 17px;
  }
}

.__dhiwise1743200590285 .section {
  height: 572px;
  margin-bottom: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 136px 56px;
  border-radius: 20px;
  @media only screen and (max-width: 1440px) {
    height: auto;
    padding: 32px 20px;
  }

  @media only screen and (max-width: 1050px) {
    height: auto;
    padding: 20px;
  }

  @media only screen and (max-width: 550px) {
    padding: 16px 20px;
    display: none;
  }
  @media screen and (min-width: 768px) and (max-width: 1366px) {
  display: none;
}
}

.__dhiwise1743200590285 .section__row {
  width: 86%;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1440px) {
    width: 100%;
  }

  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    width: 100%;
  }
  @media only screen and (max-width: 550px) {
    padding: 16px 20px;
    display: none;
  }
}

.__dhiwise1743200590285 .section__content {
  gap: 24px;
  display: flex;
  width: 22%;
  flex-direction: column;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.__dhiwise1743200590285 .section__content__column {
  margin-left: 28px;
  width: 72%;
  padding: 48px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  @media only screen and (max-width: 1440px) {
    width: 100%;
  }

  @media only screen and (max-width: 1050px) {
    width: 100%;
    margin-left: 0px;
    padding: 20px;
  }

  @media only screen and (max-width: 550px) {
    padding: 16px;
  }
}

.__dhiwise1743200590285 .section__list {
  margin-right: 28px;
  gap: 52px;
  display: flex;
  flex: 1;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
    flex-direction: column;
    margin-right: 0px;
  }
}

.__dhiwise1743200590285 .farmer-profile {
  gap: 24px;
  display: flex;
  width: 24%;
  flex-direction: column;
  align-items: flex-end;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.__dhiwise1743200590285 .farmer-profile__column {
  margin-left: 6px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border-radius: 92px;
  border: 2px solid #ffffff;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
  }

  @media only screen and (max-width: 550px) {
    padding: 16px;
  }
}
.__dhiwise1743200590285 .section__content__icon {
  height: 86px;
  width: 100%;
  @media only screen and (max-width: 1440px) {
    height: auto;
  }

  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.__dhiwise1743200590285 .farmer-profile__image {
  height: 124px;
  width: 82%;
  object-fit: contain;
}

.__dhiwise1743200590285 .section__content__text {
  color: #ffffff !important;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  @media only screen and (max-width: 1440px) {
    font-size: 22px;
  }
}
