table td,table th {
    border-left: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    padding: 22px;
    text-align: left;

}
tr>th:nth-last-child(2),tr>td:nth-last-child(2) {
    background-color:#F7F7F7;
    width: 22.292%;
}
tr>th:nth-child(1),tr>td:nth-child(1) {
    width: 18.182%;
}
tr>th:nth-last-child(1),tr>td:nth-last-child(1) {
    width: 22.32%;
}
table {
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    color: #333333;
    width: 100%;
}

.details-page {
    display: flex;
    flex-direction: column;
}

.title-header {
    margin-top: 35px;
    margin-bottom: 10px;
}

.title-header > div:first-child {
    font-size: 34px;
    color: #333;
}

.area-map {
    width: 100%;
    background: #F8F9FA;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.area-map > p:first-child {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin: 12px 16px;
}

.area-map div {
    padding: 29px 52px 35px;
}

.left > h4 {
    margin-top: 21px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.left > h5 {
    margin-top: 30px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.left div p:nth-of-type(2) {
    line-height: 24px;
    color: #333;
    font-size: 10px;
    margin-top: 10px;
}

.left > p:last-child {
    line-height: 24px;
    color: #333;
    font-size: 10px;
    margin-top: 24px;
}