.pollen-background {
  background: transparent url("../assets/main/icons/Mask\ Group\ 37.svg") 0% 0%
    no-repeat padding-box;
  background-size: cover;
  opacity: 1;
}

.aq-background {
  background: transparent url("../assets/main/icons/air-back.png") 0% 0%
    no-repeat;
  background-size: cover;
  opacity: 1;
}
.weather-background {
  background: transparent url("../assets/main/icons/weather-back.png") 0% 0%
    no-repeat;
  background-size: cover;
  opacity: 1;
}
.soil-background {
  background: transparent url("../assets/main/icons/soil-pic.png") 50% 0%
    no-repeat;
  background-size: cover;
  opacity: 1;
}
.ndvi-background {
  background: transparent url("../assets/main/icons/ndvi-back.png") 0% 0%
    no-repeat;
  background-size: cover;
  opacity: 1;
}
.satellite-background {
  background: transparent url("../assets/main/icons/satellite-back.png") 0% 0%
    no-repeat;
  background-size: cover;
  opacity: 1;
}
.fire-background {
  background: transparent url("../assets/main/icons/fire-back.png") 0% 0%
    no-repeat;
  background-size: cover;
  opacity: 1;
}
.testimonial-blog {
  background: #202325 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00000029;
  border-radius: 13px;
}

.quotes-top {
  background: transparent url("../assets/main/top-quotes.svg") 0% 0% no-repeat
    padding-box;
}

.quotes-bottom {
  background: transparent url("../assets/main/bottom-quotes.svg") 93% 90%
    no-repeat padding-box;
}





@media (max-width: 767.98px) { 
  .video-box {
    background: #3a3e41 0% 0% no-repeat padding-box;
    border-radius: 4px;
    height: 180px;
  }
}

@media (min-width: 768px) { 
  .video-box {
    background: #3a3e41 0% 0% no-repeat padding-box;
    border-radius: 18px;
    height: 350px;
  }
}
