.farmi-who-we-are-block {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fafaff;
}
@media screen and (max-width: 1500px) {
  .farmi-who-we-are-block {
    padding:50px 0;
  }
}


@media screen and (max-width: 991px) {
  .farmi-who-we-are-block {
    padding: 30px 0;
  }
}
.farmi-who-we-are-block .illustration {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  width: 50%;
  text-align: right;
}
.farmi-who-we-are-block .illustration img {
  border: none;
  outline: none;
  max-width: 100%;
  max-height: 80%;
}
.farmi-who-we-are-block .content {
  position: relative;
  z-index: 1;
  padding: 50px;
}
@media (max-width: 767px) {
  .farmi-who-we-are-block .content {
    padding: 30px;
  }
}
.farmi-who-we-are-block .content::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 140%;
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
@media (max-width: 991px) {
  .farmi-who-we-are-block .content::after {
    width: 100%;
  }
}
.farmi-who-we-are-block .content h4 {
  font-weight: 600;
  position: relative;
  padding: 15px 0;
  z-index: 1;
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .farmi-who-we-are-block .content h4 {
    font-size: 14px;
  }
}
.farmi-who-we-are-block .content h4 img {
  z-index: -1;
  opacity: 0.07;
  position: absolute;
  height: 100%;
  top: 0px;
  left: -12px;
}
.farmi-who-we-are-block .content .area-title {
  font-weight: bold;
  margin-bottom: 31px;
  color: var(--title-text-color);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: clamp(24px, 1.98vw, 36px);
  /*text-transform: capitalize;*/
}
@media (max-width: 767px) {
  .farmi-who-we-are-block .content .area-title {
    line-height: 1.2;
    margin-bottom: 17px;
  }
}
.farmi-who-we-are-block .content h3 {
  color: var(--text-color);
  margin: 0 0 15px;
  line-height: 1.7;
  text-transform: none;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  font-family: var(--font-family);
  font-size: 16px;
}
.farmi-who-we-are-block .content a:hover{color:#fff !important;}
.farmi-who-we-are-block .content a {
  margin-top: 15px;
  background-color: transparent;
  color: var(--title-text-color) !important;
  border: 2px solid var(--color-primary) !important;
  border-radius: 40px;
  padding: 15px 40px;
  display: inline-block;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  outline: medium none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  border-radius: var(--button-radius);
}
@media (max-width: 767px) {
  .farmi-who-we-are-block .content a {
    padding: 8px 15px;
  }
}
.farmi-who-we-are-block .content a:hover {
  background-color: var(--color-primary);
  font-size: 16px;color:#fff;
}
.farmi-who-we-are-block .achivement {
  margin-top: 30px;
  overflow: hidden;
  margin-left: 50px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .farmi-who-we-are-block .achivement {
    margin: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.farmi-who-we-are-block .achivement li {
  display: inline-block;
  margin-right: 40px;
  border-right: 1px solid #e7e7e7;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .farmi-who-we-are-block .achivement li {
    border: none;
  }
}
.farmi-who-we-are-block .achivement li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.farmi-who-we-are-block .achivement li .counter {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 700;
  color: var(--title-text-color);
  line-height: 1;
}

.farmi-who-we-are-block .achivement li .counter .operator {
  font-size: clamp(22px, 2.1vw, 40px);
  margin-left: 2px;
  color: var(--title-text-color);
}

.farmi-who-we-are-block .achivement li .medium {
  font-weight: 600;
  font-size: 15px;
  color: var(--title-text-color);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .farmi-who-we-are-block .achivement li .medium {
    font-size: 14px;
  }
}
.farmi-who-we-are-block .thumb {
  position: relative;
  padding-left: 0;
  z-index: 1;
  top: 148px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .farmi-who-we-are-block .thumb {
    padding-left: 0;
    margin-bottom: 0;
    top: 0;
    margin-top: 20px;
  }
}
.farmi-who-we-are-block .thumb img:first-child {
  width: 100%;
  /* height: 505px; */
  object-fit: cover;
}
/*@media (max-width: 1399px) {
  .farmi-who-we-are-block .thumb img:first-child {
    width: 404px;
    height: 404px;
	object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .farmi-who-we-are-block .thumb img:first-child {
    width: 332px;
    height: 332px;
	object-fit: cover;
  }
}
@media (max-width: 991px) {
  .farmi-who-we-are-block .thumb img:first-child {
    width: 524px;
    height: 524px;
	object-fit: cover;
  }
}
@media (max-width: 767px) {
  .farmi-who-we-are-block .thumb img:first-child {
    width: 100%;
    height: auto;
  }
}*/
.farmi-who-we-are-block .thumb img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 20px;
  border: 15px solid #ffffff;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  margin-top: -125px;
}
@media (max-width: 767px) {
  .farmi-who-we-are-block .thumb img:nth-child(2) {
    display: none;
  }
}


@media(max-width:1440px){
  .farmi-who-we-are-block .content h3 {font-size: 16px;}
}


@media(max-width:991px){
.farmi-who-we-are-block .content {padding: 30px;}
.farmi-who-we-are-block .achivement {margin-left: 0;display: flex;justify-content: space-around;}
.farmi-who-we-are-block .achivement li {margin-right: 0;border-right: none;padding-right: 0;width: 50%;}
.farmi-who-we-are-block .content h3 {font-size: 14px;}

}