.greenweave-page-service .item .img img {
  max-height: 80px; }

.greenweave-page-service .item .title {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600; }

.greenweave-page-service .list-top .list-item {
  display: flex;
  flex-flow: wrap;
  gap: 30px; }
  .greenweave-page-service .list-top .list-item .item {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px); }

.greenweave-page-service .list-bottom {
  gap: 30px;
  margin: 30px 0 0; }
  .greenweave-page-service .list-bottom .item {
    -ms-flex: 0 0 calc(25% - 22.5px);
    flex: 0 0 calc(25% - 22.5px);
    max-width: calc(25% - 22.5px); }

@media (max-width: 991px) {
  .greenweave-page-service .list-bottom .item {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px); } }

@media (max-width: 767px) {
  .greenweave-page-service .item .img img {
    max-height: 60px; }
  .greenweave-page-service .item .title {
    margin-top: 10px;
    font-size: 18px; } }
