.implantation {
  background: var(--yellow);
  padding: 64px 16px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .implantation {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .implantation--container {
    padding: 80px;
    display: flex;
    align-items: center;
    gap: 116px;
  }
}

.implantation::after {
  content: "";
  -webkit-clip-path: polygon(0 66%, 100% 81%, 100% 100%, 0 100%);
  clip-path: polygon(0 66%, 100% 81%, 100% 100%, 0 100%);
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .implantation::after {
    -webkit-clip-path: polygon(90% 0, 100% 0, 100% 100%, 67% 100%);
    clip-path: polygon(90% 0, 100% 0, 100% 100%, 67% 100%);
  }
}

.implantation .uptitle {
  color: var(--blue-grey);
  margin-bottom: 24px;
}

.implantation .uptitle::before {
  background: white;
}

@media screen and (min-width: 1024px) {
  .implantation .uptitle {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .implantation p:not(.uptitle) {
    margin-top: 40px;
  }
}

.implantation h2 {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .implantation h2 {
    display: inline;
  }
}

.implantation--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--black);
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .implantation--content {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .implantation--content {
    display: block;
    text-align: left;
  }
}

.implantation--map {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.implantation--map img {
  width: 100%;
  max-width: 430px;
  margin-inline: auto;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .implantation--map img {
    max-width: 510px;
  }
}
