.house_cleaning .example {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);*/
  display: flex;
  justify-content: center;
}

.house_cleaning .example .request1, .request2, .request3 {
 width: 100%;
 height: 50em;
 text-align: center;
}

.house_cleaning .example img {
  height: 15em;
  object-fit: cover;
}

.house_cleaning .example h3 {
  text-align: center;
}

.house_cleaning .example p {
  text-align: left;
  display: block;
}

/*.house_cleaning .example .request1, .request2, .request3 {
  width: 10%;
}*/

.construction .illustration h3 {
  text-align: center;
}

.construction .illustration .photo ul {
  display: flex;
  padding: 2% 0;
}

.construction .illustration .photo ul li img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.construction .illustration .photo ul li p {
  text-align: center;
  font-size: 1em;
}

.request {
  text-align: center;
  padding-bottom: 10%;
}

.request p {
  font-size: 1.4em;
}

.request .btn a {
  color: #fff;
}
