@media screen and (max-width: 768px) {
    .px-4-mobile {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.place .placeField{
    margin-bottom: 1rem;
}

.placeInfo{
    font-size: 1.3em;
    margin-bottom: 1.3em;
}

.click-here {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}