.gallery-photo-image{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.tour-photo-image{
    aspect-ratio: 2 / 1.5;
    object-fit: cover;
}

.contact-page-map{
    width: 100%;
    height: 300px;
    border-radius: 0.675rem;
    overflow: hidden;
}

@media screen and (max-width: 600px){
    .p-bottom-90{
        padding-bottom: 50px !important;
    }

    .p-top-90{
        padding-top: 50px !important;
    }
}