   /*Section Gastronomy*/

.photo-tile-center {
    clip-path: inset(35px 0px 35px 0px);
    margin-top: 45%;
    margin-left: 21%;
}

.alacarte {
    margin-bottom:60px;
}

    .alacarte .card-title {
        margin-top: 30%;
    }

.bg-lightblue {
    background-color: #e3f5f5;
} 

/*RESPONSIVE SETTINGS*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .photo-tile {
        transform: translate(15%,150%);
    }
    .photo-tile.reverse {
        transform: translate(-15%,150%);
    }
    .photo-tile-center {
        margin-left: 33%;
    }

    .photo-tile-center.reverse {
        margin-right: 33%;
        margin-left:unset;
    }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .alacarte {
        margin-bottom: 175px;
    }

        .alacarte .card-title {
            margin-top: 10%;
        }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}                                                                                                                                                                                                     