section.gallery-section img{
 width:100%;
 height: 550px;
 object-fit: cover;
}
section.gallery-section .row{
 gap:30px 0; 
}
section.gallery-section .nav-tabs{
  justify-content: center;
    border-bottom: 0px solid;
    margin-bottom: 30px;
}
section.gallery-section .nav-tabs .nav-link{
  font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: var(--heading-font);
    color: var(--white-color);
  border-top-left-radius: 0;
    border-top-right-radius: 0;
  border:0px solid;
}
section.gallery-section .nav-tabs .nav-link.active, section.gallery-section .nav-tabs .nav-link:hover{
 color:var(--other-color); 
  background:var(--white-color);
}