* {
  box-sizing: border-box;
}

.subheaderSection{
 
color: #000;
border-bottom: 3px ridge #000;
font-weight: 600;
text-transform: uppercase;
font-size: 22px;
margin-top:6px;;
margin-bottom:2px;
}
  
 
/* writings link Gallery */

.galleryWriting .writingTitle{
  text-decoration:none;
  font-size:19px;
  color: #000;
  font-weight:700;
  margin-bottom:0;
  text-align:left;
 background: linear-gradient(
    90deg,
    #4f8fc6 0%,
    #6bb8d6 45%,
    #a7b5e6 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
.galleryWriting a{
  text-decoration:none;
  
  
  }
  
  
  
.galleryWriting {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 12px;
}

.galleryWriting img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.galleryWriting img:hover {
  transform: scale(1.03);
  opacity: 0.9;
}

    
    /* Modal overlay */

/*.modal {*/
/*  display: none;*/
/*  position: fixed;*/
/*  inset: 0;*/
/*  background: rgba(0, 0, 0, 0.85);*/
 
/*  justify-content: center;*/
/*  align-items: center;*/
/*  z-index: 9999;*/

/*}*/

/*.modal-img {*/
/*  max-width: 70vw;*/
/*  max-height: 70vh;*/
/*  border-radius: 8px;*/
/*}*/

/* Close button */
/*.close {*/
/*  position: absolute;*/
/*  top: 20px;*/
/*  right: 30px;*/
/*  font-size: 40px;*/
/*  color: #fff;*/
/*  cursor: pointer;*/
/*}*/


    