@media (max-width: 980px) {

section.gallery-section {
    padding-top: 160px;
}

   section.gallery-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
}

@media (max-width: 540px) {

section.gallery-section {
    padding-top: 60px;
}

   section.gallery-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

div#all {
    padding: 0;
}

section.gallery-section .row {
    gap: 20px 0;
}

.tab-content .col-6 {
    width: 100%;
    padding: 0;
}

}
