.map{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    margin: 100px 0px;
    border-radius: 15px;
}

.map iframe{
    height: 318px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    
}