.place-info {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}
.place-info img {
    max-width: 100%;
    height: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
table, th, td {
    border: 1px solid #fff;
}
th, td {
    padding: 10px;
    text-align: left;
}
th {
    background-color: #fff;
}

p {
    font-size: 19px;
    font-weight: 400;
    color: #808080;
    text-align: justify;
}

b {
    color: #000;
}

span {
    color: orange;
}

ul {
    padding-left: 20px;
}

ul li {
    font-size: 19px;
    font-weight: 400;
    color: #808080;
}

table {
    border: 2px solid #808080;
}

thead {
    text-align: center;
}

thead tr th{
    text-align: center;
    font-size: 20px;
}

tbody tr td {
    text-align: center;
    font-size: 20px;
    background-color: #fff;
}