/** Implantations component Style **/

.implantations-component-wrap {
  padding: 120px 0;
  text-align: center;
}

.implantations-component-wrap p {
  font-family: "Barlow";
  letter-spacing: 4px;
  font-weight: 700;
  margin: 0 auto;
  width: 100%;
}

.implantations-component-wrap .header-title {
  margin-bottom: 30px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: "Barlow";
}

.implantations-component-wrap p.subtitle {
  font-size: 1rem;
  margin-top: 30px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #000000ab;
}

.implantations-component-wrap .img-mobile {
  display: none;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .implantations-component-wrap p {
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  .implantations-component-wrap .img-mobile {
    display: block;
  }

  .implantations-component-wrap .iframe {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  .implantations-component-wrap p {
    font-size: 16px;
  }

}
