.sectionImplants > .row {
   align-items: center;
   background:#f1f1f1;
}
.Implants-txt-img {
  align-items: center;
}
.Implants-text {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.8;
  color: #0a2451;
}
.Implants-img img {
  max-width: 100%;
}
@media (max-width: 1442px) {
  .Implants-text {
    font-size: 18px;
  }
}
.blog .row {
  display: flex;
}
.blog .row .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 640px) {
  .blog .row .col-md-3 img {
    max-width: 60px;
  }
}
