#services {
  margin-top: 120px;
  padding: 80px 0;
  background: rgb(241, 241, 241);
}

.section--services {
  max-width: 980px;
  margin: auto;
}

.section--services h5 {
  text-align: center;
  font-size: 40px;
}

.service--box-container {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.service-box {
  width: 280px;
  height: 200px;
  padding: 10px;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 0, 0, 0.5);
}

.service-box p {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
