.hero-img {
  width: 80px;
  height: 80px;
}

@media (max-width: 375px) {
  .hero-img img {
    width: 60px;
  }
}

.company-profile-img {
    width: 80px;
    height: 80px;
}

.company-profile-img img{
    width: auto;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    border-radius: 50%;
    min-width: 100%;
    min-height: 100%;
}
/*# sourceMappingURL=company-details.css.map */
