section.additional-gallery {
    background: #3f697e;
}
section.additional-gallery h5 a{
 color:var(--white-color); 
  font-family: var(--heading-font);
  
}
section.additional-gallery h5{
  margin-bottom:0px;
   color:var(--white-color);
}
section.additional-gallery p a{
  text-align: center;
  color:var(--white-color); 
}
section.additional-gallery p{
  text-align: center;
  margin-bottom:0;
}
section.gallery .head-sec h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
}
section.gallery{
  background: #114058;
}
section.gallery h5{
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  text-shadow: 0 0 3px #000;
}