.transparent-header{
width:100%;
height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
z-index: 99;
box-shadow: 0 0 10px #000;
background: #111b29;
background-image: url(../Images/black-paper.png);
}

.gallery-section {
  width: 100%;
  background-color: #111b29;
  background-image: url(../Images/black-paper.png);
  position: relative;
  padding: 180px 270px 50px 270px;
}


@media screen and (min-width: 1024px) and (max-width: 1440px){ 
  .gallery-section {
   padding: 110px 50px 20px 50px;
}
}


@media (max-width: 768px){
.gallery-section {
  padding: 120px 30px 80px 30px;
}

.gallery-header h2 {
  font-size: 16px;
}
}