.our-hospital-dr-purushotham-operates {
  display: flex;
  flex-direction: column;
}
.our-hospital-dr-purushotham-operates__header {
  display: flex;
  justify-self: center;
  align-self: center;
}

.our-hospital-dr-purushotham-operates .resuable-head-title {
  width: 14.227rem;
  text-transform: capitalize;
}

.our-hospital-dr-purushotham-operates__logo-box img {
  filter: grayscale(100%);
  height: auto;
  width: 100%;
  height: 100%;
}
.our-hospital-dr-purushotham-operates__logo-box:hover img {
  filter: initial;
}

.our-hospital-dr-purushotham-operates__logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.75rem;
}

.our-hospital-dr-purushotham-operates__logo-box {
  width: 4.9rem;
  height: 3.2727rem;
  border-radius: .18rem;
  margin: 0.386rem;
  border: 1px solid #d5d5d5;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .our-hospital-dr-purushotham-operates .resuable-head-title {
    width: auto;
    text-transform: capitalize;
  }
  .our-hospital-dr-purushotham-operates__logo-container {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .our-hospital-dr-purushotham-operates__logo-box {
    width: 3.396rem;
    height: 2.264rem;
    border-radius: rgb(196, 196, 196);
    margin: 0.415rem;
  }
}
