.about .about__head {
  position: relative;
}
.about .about__head img {
  position: absolute;
  z-index: -1;
}

@media (max-width: 768px) {
  .about .about__head img {
    height: 34.6em;
    border-radius: 2.4em;
  }
}