 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 857px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  width: 803px;
  text-transform: uppercase;
  margin: 0 auto;
}

.u-section-1 .u-image-1 {
  width: 800px;
  height: 300px;
  margin: 40px auto 0;
}

.u-section-1 .u-list-1 {
  margin-top: 54px;
  margin-bottom: 0;
}

.u-section-1 .u-repeater-1 {
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  min-height: 280px;
  grid-gap: 0px 0px;
  grid-auto-columns: 33.3333%;
}

.u-section-1 .u-image-2 {
  background-image: url("images/Dr.Rashmitha.jpeg");
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 420px;
}

.u-section-1 .u-image-3 {
  background-image: url("images/Dr.SrinivasK.jpeg");
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 420px;
}

.u-section-1 .u-image-4 {
  background-image: url("images/Dr.Thejaksha.jpeg");
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 420px;
}


.u-section-1 .u-list-2 {
  margin-top: 0;
  margin-bottom: 39px;
}

.u-section-1 .u-repeater-2 {
  min-height: 173px;
  grid-template-columns: repeat(3, calc(33.3333% - 2.66667px));
  grid-gap: 4px 4px;
}

.u-section-1 .u-container-layout-3,
.u-section-1 .u-container-layout-4,
.u-section-1 .u-container-layout-7 {
  padding: 30px 30px 0;
}

.u-section-1 .u-text-3,
.u-section-1 .u-text-4,
.u-section-1 .u-text-5 {
  font-size: 1rem;
  margin: 0;
}

.u-section-1 .u-container-layout-5,
.u-section-1 .u-container-layout-6,
.u-section-1 .u-container-layout-8 {
  padding: 7px 10px;
}

.u-section-1 .u-text-2 {
  font-size: 1.25rem;
  width: 803px;
  margin: 40px auto 60px;
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 827px;
  }

  .u-section-1 .u-text-1 {
    width: 720px;
  }

  .u-section-1 .u-image-1 {
    width: 720px;
    height: 270px;
  }

  .u-section-1 .u-text-2 {
    width: 720px;
  }

  .u-section-1 .u-repeater-1,
  .u-section-1 .u-repeater-2 {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 760px;
  }

  .u-section-1 .u-text-1 {
    width: 540px;
  }

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 203px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
    font-size: 1.125rem;
  }

  .u-section-1 .u-repeater-1,
  .u-section-1 .u-repeater-2 {
    grid-template-columns: 100%;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 685px;
  }

  .u-section-1 .u-text-1 {
    width: 340px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 128px;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
  }
}