#shopify-section-template--20237352141040__our-medical-team {

.container1 {
  font-family: 'Interstate', sans-serif;
  width: 100vw;
  /* Consider using max-width and margin auto if you want centered layout */
  /* max-width: 1200px;
  margin: 0 auto; */
  padding: 40px 0;
  background: #fff;
}

/* Single grid parent for all three sections */
.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 20px; /* Gutters between columns */
}

@media only screen and (max-width: 600px) {
  .parent {
display: grid;
grid-template-columns: repeat(1, 1fr);
}
}

.div1, .div2, .div3 {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}

.description1 {
  color: rgba(14,14,14,.75);
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 32px;
  padding: 0;
  text-wrap: balance;
}

.content1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.pic1 {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
  width: 200px;
  height: 200px;
  display: flex;
  box-shadow: 0 0 6px 6px rgba(188, 154, 100, .6);
  align-items: center;
  justify-content: center;
}

.pic1 img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.name1 {
  font-size: 1em;
  font-weight: bold;
  color: #bc9a64;
  margin-top: 6px;
}

.title1 {
  font-size: 1em;
  color: #9f9f9f;
  text-align: center;
}

.container2{
  font-family: 'Interstate', sans-serif;
  background-image: url(/cdn/shop/files/wallpaper30.jpg?v=1753995429);
  background-size: cover;
  background-position: center;
}

.slide2 {
  display: flex;
  flex-flow: row wrap;
  text-align: justify;
  padding: 30px 56px 50px;
  margin: 50px 30px 160px;
  position: relative;
  justify-content: center;
}

.slide2::before,
.slide2::after {
  content: "";
  border-top: 40px solid transparent;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.slide2::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
  align-items: center;
  gap: 20px;
}

.icon2 {
  display: inline-block;
  font-size: 40px;
  color: #bc9a64;
  margin-bottom: 20px;
  opacity: 0.5;
  width: 120px;
  height: 120px;
}


.description2 {
    color: rgba(14, 14, 14, .75);
    font-family: 'Interstate', sans-serif;
    font-size: 1em;
    line-height: 1.10em;
    text-align: justify;
    padding: 40px 0;
}
  
.pic2 {
  display: inline-flex;
  border: 4px solid rgba(203, 186, 169, .4);
  border-radius: 51%;
  box-shadow: 0 0 4px 4px rgba(188, 154, 100, .6);
  overflow: hidden;
  z-index: 1;
  justify-content: space-around;
  margin: auto 0;
  
}

.pic2 .img {
  width: 105%;
  border-radius: 50%;
  height: 105%;
}

.name2 {
  font-size: 1em;
  font-weight: bold;
  color: #bc9a64;
  text-transform: capitalize;
  margin: 10px 0 0;
  text-align: center;
}

.title2{
  font-size: 1.15em;
  color: #9f9f9f;
  text-align: center;
  margin: 0;
  padding: 0;
  align-items: center;
}

.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}
}