#location{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) , rgba(0, 0, 0, 0.5)) , url('https://api.mapbox.com/styles/v1/mapbox/light-v10/static/pin-l+ff0000(55.3773,25.1206)/55.3773,25.1206,15/1280x720?access_token=pk.eyJ1IjoibW8zNCIsImEiOiJjamt3cnl5eTcwMTA4M2ttbTJ1M3V1bGJmIn0.0424Gy6T0wlr-8LOQORmAg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-card{
    background: white;
    padding: clamp(20px,1.04vw, 1.04vw);
    border-radius: clamp(10px, 0.52vw, 0.52vw);

}