.logo img {
 height: 50px;

 @media(max-width: 365px) {
  height: 40px;
 }
}

.product {
  margin-bottom: 30px;
}

.single-product-item {
  width: 100%;
  height: 100%;
}

.single-product-item .thumb img {
  width: 100%;
  padding: 30px;
}

.product-feature-bg {
  background-color: rgb(80 149 107 / 78%);
  color: #fff;
}

.service-feature-bg {
  background-color: rgb(80 149 107 / 78%);
  color: #fff;
}

.service-feature-bg .icon, .service-feature-bg p {
  color: #fff !important;
}

.sublist li {
  list-style: circle !important;
  display: list-item !important;
  margin-left: 15px !important;
  margin-bottom: 10px !important;
}