.card-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

#card-map {
    width: 100%;
    height: 600px;
    margin: 20px 0;
}

.card-right {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
}

.hospital-distribution {
    border: 2px solid #1A6FC4;
    border-radius: 10px;
    width: 100%;
    padding: 20px 10px;
}

.title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #1A6FC4;
}

.hospital-list a {
    width: 267px;
    float: left;
    text-decoration: none;
    color: inherit;
    line-height: 30px;
}
.hospital-list a span{
    color: #1A6FC4;
    float: right;
    margin-right: 100px;
}

.img-text {
    display: flex;
    align-items: center;
}
.hospital-list a img {
    margin-right: 5px;
}
