.things-we {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.do {
  padding: 30px;
  text-align: center;
  width: 33.3333%;
}

.do img {
  max-width: 100px;
  max-height: 100px;
  margin-top: 10px;
}

.adoption-section {
  width: 60%;
  margin-left: 20%;
  text-align: center;
  padding-bottom: 20px;
}

.adoption-section img {
  max-width: 300px;
  margin-top: 25px;
  box-shadow: 0px 0px 5px #000000;
}

.adoption-section p {
  margin-top: 25px;
}