.services {
  background-color: #f0f0f0;
  height: 110vh;
}
.services > h1,
.services > h2,
.services > p {
  width: 100%;
}
.wrapper-services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
  padding-top: 100px;
}

.description-services {
  text-align: center;
  padding-top: 30px;
  padding-left: 10vh;
  padding-right: 10vh;
  margin-bottom: 80px;
  font-size: 20px;
}
.services-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 90%;
  height: 61vh;
}
.container-services {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  width: 49%;
  height: 165px;
  border: 3px solid #032b51;
}
.container-services p {
  padding-right: 20px;
  font-size: 20px;
  width: calc(100% - 120px);
}
.services-icons {
  width: 25%;
  height: 70px;
  padding: 0 25px;
  font-size: 70px;
  text-align: center;
  color: #032b51;
}
