.servicetitle {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.servicetext {
  color: white;
  text-align: justify;
  margin: 0px 60px;
  font-family: sans-serif;
  font-size: 17px;
}

.service {
  color: #ffa500;
  display: block;
  text-align: center;
  font-size: 40px;
}

.condition {
  color: black;
  background-color: #ffa500;
  border: 3px solid #ffa500;
  border-radius: 5px;
  font-weight: bold;
}
