.page-title {
    height: 100px;
    max-width: 700px;
    width: 100%;
    margin: 20px auto;
}

.page-title table {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-title td {
    padding: 0 10px;
}

.page-title td.title {
    white-space: nowrap;
    width: 1%;
}

.page-title div {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-90deg, transparent, #073c5e, transparent);
}

.page-title h2 {
    margin: 0;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    color: #073c5e;
    font-weight: 500;
}

.page-title.white div {
    background-image: linear-gradient(-90deg, transparent, #fdfdfd, transparent);
}

.page-title.white h2 {
    color: #fdfdfd;
}