 section.c-gallery .row{
        justify-content: center;
    }


@media (max-width: 980px){
  section.c-gallery .row{
        justify-content: center;
    }
   
}

@media (max-width: 540px){
  section.c-gallery .col-md-4{
    padding: 0;

  }

  section.c-gallery .row{
    gap: 20px 0;
  }

}

section.c-gallery img {
    width: 100%;
    max-height: 270px;
    object-fit: cover;
    height: 270px;
}