.banner_imp {
  font-size: 1.2rem;
  text-align: center;
  background-color: white;
}

.implant_main {
  background-color: #EFEFEF;
  width: 100%;
  text-align: center;
  z-index: -1;
  background-image: url(images/implant_main.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: relative;
}

.implant  .inner{
  margin: auto;
}

.implant_main img {
  z-index: 10;
  position: relative;
}

.implant_main:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  backdrop-filter: blur(10px);
  z-index: 0;
}

.implant_main img {

  width: 100%;
  max-width: 1100px;

}


.implant h2 {
  width: fit-content;
  border-bottom: solid 5px #399;
  text-align: center;
  padding: 6px 0;
  margin: 24px auto 24px auto;
}


.implant strong {
  background-color: rgba(255, 230, 0, 0.5);
  font-weight: 600;
}


.implant .inner {
  width: 100%;
  text-align: center;
  max-width: 1000px;
  padding: 24px;
}



.implant figure {
  width: 100%;
  text-align: center;
}

.implant figure img {
  max-width: 500px;
  height: auto;
  object-fit: contain;
  width: 100%;
  margin: auto;
  text-align: center;
}

.implant .methods_list {
  table-layout: fixed;
}
.implant .methods_list h3{
 text-align: center;
}
@media (max-width:760px) {
  .implant .methods_list {
    display: block;
    width: 100%
  }
}

.implant .methods_list td {
  width: 32%;
  padding: 10px;
}

@media (max-width:760px) {
  .implant .methods_list td {
    display: block;
    width: 100%
  }
}

.implant .methods_list figure img {
  max-width: 320px;
  width: 100%;
}

.implant .bg {
  background-color: #fafafa;
}


.implant article p {
  text-align: left;
}

.implant .step {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  padding: 16px 0;
}

@media (max-width:760px) {
  .implant .step {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-betweeen;
    gap: 0;
  }
}

.implant h4 {
  text-align: left;
  padding: 6px 0;
  margin: 24px auto 24px auto;

  border-bottom: 2px solid rgb(150, 190, 190);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}



.implant .step figure {
  width: 30%;
  flex-grow: 0;
}

.implant .step figure img {
  width: 100%;
  max-width: 200px;
}

.implant .step p {
  width: 50%;
  flex-grow: 2;
}

@media (max-width:760px) {
  .implant .step figure {
    width: 100%;
    flex-grow: 1;
  }



  .implant .step p {
    width: 100%;
    flex-grow: 1;
  }
}


.footbanner {
  margin-top: 48px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  color: #399;
  text-align: center;
  width: 100%;
  display: block;
  border: 4px solid #399;
  padding: 12px;
}