h1 {
  font-weight: 400;
}
.hakkımızda-head-box {
  height: 12vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  margin-top: 2vh;
  background-color: rgba(25, 24, 24, 0.916);
}

.hakkımızda-head-text-box {
  margin-left: 15%; /* Using percentage for responsiveness */
  color: white;
  margin-top: 2vh;
}

.hakkımızda-head-text {
  font-size: 2vw; /* Increased for better readability */
  font-weight: 400;
  margin: 0;
}

.hakkımızda-head-inform {
  font-size: 1.2vw; /* Increased for better readability */
  font-weight: 400;
  margin: 0;
}

.hekimlerimiz-container {
  display: grid;
  grid-template-columns: 500px 500px;
  margin-left: 17%;
  gap: 70px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.hekimlerimiz-şafak-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 75px;
  margin-left: 110px;
  transition: opacity 0.3s;
  cursor: pointer;
}

.hekimlerimiz-onur-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 75px;
  margin-left: 150px;
  transition: opacity 0.3s;
  cursor: pointer;
}
.hekimlerimiz-image-inform1,
.hekimlerimiz-image-inform {
  font-family: "Open Sans", sans-serif;
  margin-top: 7px;
  color: #00ced1;
  font-weight: 500;
  margin-left: 120px;
  font-size: 25px;
}

.hekimlerimiz-şafak-information,
.hekimlerimiz-onur-information {
  margin-left: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin-top: 40px;
}

.hekimlerimiz-onur-container {
  border-right: 1px solid rgba(51, 51, 51, 0.067);
}

.service-text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #3ba5a5;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 42%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#caption {
  margin: auto;
  display: block;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}



@media (max-width: 480px) {
  .hakkımızda-all-body-box {
    grid-template-columns: 1fr;
    padding: 0 7.31vw; 
  }
  .hakkımızda-head-text {
    font-size: 6.14vw; 
  }
  .hakkımızda-head-inform {
    font-size: 4.2vw; 
 margin-top: 3vw;
  }
  .hakkımızda-body-text {
    font-size: 6.14vw; 
    margin-top: 0;
  }
  .hakkımızda-body-tag {
    font-size: 4.68vw; 
  }

  .hakkımızda-information {
    font-size: 3.95vw; 
  }

  .hakkımızda-head-box {
    height: 18vh;
 margin-top:5vh;
 
 
  }
}
@media (max-width: 480px) {
  .hekimlerimiz-container {
    grid-template-columns: 1fr;
    margin-left: 0%;
  }

  .hekimlerimiz-şafak-img,
  .hekimlerimiz-onur-img {
    width: 100px;
    height: 100px;
   margin-left:100px;
    border-radius: 50px;
  }

  .hekimlerimiz-image-inform {
    font-size: 18px;
    margin-left: 60px;
  }
  .hekimlerimiz-image-inform1{
    font-size: 18px;
    margin-left:102px;


  }
  .hekimlerimiz-şafak-information,
  .hekimlerimiz-onur-information {
    font-size: 16px;
    margin-top: 15px;
  
  
  
  
  }

  .service-text {
    font-size: 25px;
    margin-left: 26%;
margin-top: 20;
  }

  .hekimlerimiz-şafak-img:hover,
  .hekimlerimiz-onur-img:hover {
    opacity: 0.7;
  }
}
