  body {
    font-family: Times New Romans, Times, serif;
    margin: 0;
    font-size: 100%;
    line-height: 1.6;
	padding: 20px;
  }
  h1 {
    color: green;
	font-family: Century Gothic, verdana, sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: clamp(3.5rem, 6vw, 7rem);
  }
  
   p {
    margin: 20px 0;
  }
  
   .content {
    max-width: 800px;
    margin: 0 auto;
  }
  
  /* Partner logos and description container */
  .partner-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
  }
  /* Logo styling */
  .logo {
    flex: 1 1 200px;
    max-width: 300px;
    margin: 10px;
    text-align: center;
  }
  .logo img {
    max-width: 100%;
    height: auto;
  }
  /* Logo texts */
  .logo-text {
    font-weight: bold;
    margin-top: 10px;
  }

  /* Photo and description container */
  .content1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  /* Photo styling */
  .photo {
    flex: 1 1 250px;
    max-width: 300px;
    margin: 10px;
	float: left;
  }
  .photo img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
  }
  /* Text content styling */
  .text {
    flex: 2 1 400px;
    margin: 10px;
  }
  /* Heading for Dr. Maryam Matar */
  .doctor-name {
    font-weight: bold;
    margin-bottom: 10px;
	text-align: center
  }
  .title {
    margin-top: 10px;
	text-align: center;
    font-size: clamp(0.9rem, 1.1vw, 1.5rem);
  }
 
   p {
    margin: 20px 0;
    font-size: clamp(1.1rem, 1.5vw, 2rem);
  }