@media(max-width: 768px) {
  .service {
    min-height: 50vh;

    border-bottom: 1x solid white;
  }

  .service:last-child {
    border-bottom: none;
  }
}

.ourservices {
  /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* display: grid;
  place-items: center; */
}

.service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.smallbuttons {
  font-size: small;
  display: inline-block;
  padding: 3px;
  background: aquamarine;
  margin: 2px;
}

.smallpad:hover {
  background-color: honeydew;
  /* color:rgba(255, 0, 102, 1); */
}

.service1 {
  width: 100%;
}

.servicebox {
  width: 80%;
}


/* end of service styles */