.location-description {
    margin-top: 2rem;
}

/* @media (max-width:768px) {
    .location-description {
        margin-top: 1.25rem;
    }
} */

.location-description h1 {
    font-weight: 900;
    font-size: 2.5rem;
}

.location-description-button {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 2rem;
}

@media (max-width: 768px) {
  .location-description-button {
    width: 80%;      
    margin-left: auto;       /* centriranje */
    margin-right: auto;      
  }
}

#map {
    height: 600px;
    width: 100%;
}