    .image-row {
      display: flex;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
    }

    .image-row img {
      width: 200px;
      height: auto;
      cursor: pointer;
      transition: transform 0.2s;
    }

    .image-row img:hover {
      transform: scale(1.05);
    }

    /* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 10;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.8);
    }

    .modal-content {
      display: block;
      margin: 10% auto;
      max-width: 80%;
    }

    .close {
      position: absolute;
      top: 30px;
      right: 50px;
      color: white;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
    }

.media_ktd2024{                                                                                                                                      
	line-height: 200%;
    font-size: 32px;
    color:#c6b3c8; 
    text-align:center; 
    text-justify: inter-word;  
}

