@media (min-width: 992px) {
  .about-me-image {
    max-height: 500px;
    object-fit: contain !important;
  }
}

@media (min-width: 380px) and (max-width: 650px) {
  .about-me-image {
    max-height: 700px !important;
  }
}

.about-me-image {
  max-height: 500px;
}

