.hero-image {
  /* padding: 40px 0; */
  display: flex;
  justify-content: flex-end;
}
.hero-image img {
  border-radius: 50%;
  width: 100%;
  max-width: 650px;
  margin-top: 80px;
}

@media (max-width: 991px) {
  .hero-image {
    padding-bottom: 50px;
  }
  .hero-image img {
    margin-top: 40px;
  }
}
