.services {
  margin: 4rem auto;
}
.services .row {
  width: calc(100% - 1rem);
  margin: auto;
}
.services .title {
  font-size: 13px;
  color: #008498;
  margin: 20px 0;
}
.services .subtitle {
  font-size: 30px;
  font-weight: bold;
  color: #3b393a;
  margin-bottom: 30px;
}
.services .text {
  color: #92918f;
  font-size: 18px;
}
.services .texts {
  border: #e0e9e8 2px solid;
  padding: 3rem 2rem;
  border-radius: 10px;
  height: 100%;
}
.services .col-12{
    margin: 1rem 0;
}
.services .texts .number {
  color: #3b393a;
  font-size: 20px;
}
.services .texts .title {
  color: #3b393a;
  font-size: 20px;
  font-weight: bold;
  margin: 1rem 0;
}
.services .texts .subtitle {
  color: #92918f;
  font-size: 18px;
}
.services .images1 img{
    width: 100%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.services .images2 img{
    width: 100%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
@media (min-width: 992px) {
  .services .row {
    width: calc(100% - 4rem);
  }
}
@media (min-width: 1200px) {
  .services .row {
    width: calc(100% - 8rem);
  }
}