.custom-container.doctors-container {
  max-width: 63.375rem;
  padding: 1.25rem;
}

.our-team-hero-section {
  background-image: url(/staticfiles/images/stethoscope-laptop.webp);
  padding: 10rem 0;
  background-position: center 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.accepted-insurance-main-container .accepted-container-right img {
  max-width: 100%;
  width: unset;
}

.team-hero-heading h1 {
  font-weight: 300;
  font-size: 3.9375rem;
  line-height: 4rem;
  text-align: center;
}

.cohen-medical-section {
  padding: 4rem 0;
}

.doctor-information-main .cohen-medical-content h2 {
  font-size: 2.25rem;
}

.doctor-information-main .accepted-insurance-para p {
  text-align: justify;
}

.doctor-information-main .accepted-insurance-main-container {
  gap: 3rem;
}

.john-nutter-div .accepted-container-left {
  width: 58%;
}

.john-nutter-div .accepted-container-right {
  width: 42%;
}
.accepted-container-left.space-para p:last-child{
  margin-bottom: unset;
}
@media (max-width: 768px) {
  .cohen-medical-section .doctor-information-main .cohen-medical-content h2 {
    text-align: center;
  }
  .john-nutter-div .accepted-container-left {
    width: 80%;
  }
  .john-nutter-div .accepted-container-right {
    width: 55%;
  }
  .accepted-insurance-para.accepted-lower {
    margin: 0 auto;
    max-width: 80%;
  }
}
