/* Header */
.title-line {
    width: 44px;
    border-width: 2px;
    border-color: var(--primary);
    margin-top: 0;
    margin-bottom: 8px;
}

.page-header {
    padding-bottom: 56px;
}
/* End Header */

/* Maps */
#maps {
    margin-bottom: 56px;
}

#maps iframe {
    width: 100%;
    border-radius: 8px;
    height: 500px;
}
/* End Maps */

/* Detail Location */
#detailLocation {
    margin-bottom: 56px;
}

#detailLocation table.table tr th {
    color: var(--dark);
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

#detailLocation table.table tr td {
    color: var(--grey);
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/* End Detail Location */


@media(max-width: 997.98px) {
    .page-header {
        padding-top: 100px;
    }
}
