.whychoose-section .whychoose__content {
  background-image: url("../../img/all-images/hero/farmsbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: difference;
  position: relative;
  overflow: hidden;
}
.whychoose-section .whychoose__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
}
.whychoose-section .whychoose__content .whychoose__contactus div {
  z-index: 2;
}
.whychoose-section .whychoose__content .whychoose__contactus div .contact__gif {
  width: 100%;
  height: 100%;
}
.whychoose-section .whychoose__content .whychoose__contactus div .contact__gif img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.whychoose-section .whychoose__list {
  list-style-image: url("../../img/elements/stars-sparkle.png") !important;
}