.item-about-implantes img {
  object-fit: cover;
  width: auto;
}

#subtitle-imp {
  color: rgb(28, 187, 187);
  padding-bottom: 1rem;
}

.about-implantes:nth-of-type(2) {
  background-color: #f5f5f5;
}

#item-desc {
  text-align: center;
  padding-bottom: 1rem;
  color: rgb(24, 24, 27);
}

.item-li {
  text-align: center;
  list-style: none;
  color: blue;
}

.item_marcas {
  width: 100%;
}

.contenedor_marcas {
  width: 100%;
  justify-content: center;
  margin: auto;
  height: 100%;
}

.imp-info-btn {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: 600;
  background-color: rgb(54, 181, 240);
  padding: 1rem;
  border-radius: 1rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.imp-info-btn:hover {
  scale: 0.9;
}


.item-about-implantes:nth-child(1) {
    text-align: center;
}
#about-implantes .item-about-implantes p {
  text-align: center;
}

.item_marcas {
  padding-bottom: 2rem;
}

@media (min-width:768px) {
  .imp-info-btn{
    width: 40%;
  }
  .item_marcas {
  padding-bottom: 0;
  }
}