
.title-advertising {
    font-size: 42px;
    line-height: 58px;
    color: #000;
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
/* Advertising */
.table-advertising {
    margin-top: 68px;
    font-family: "Noto Sans",sans-serif;
}
.bx-ad-details {
    margin-bottom: 40px;
}
.name-email-phone {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    line-height: 30px;
}
.title-position {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 16px;
}
.ad-email a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ad-email a span {
    display: flex;
    align-items: center;
}
.ad-name { flex: 1; }
.ad-email { flex: 1; display: flex;padding-left: 6%; }
.ad-phone { flex: 1; display: flex; justify-content: end;}
.ad-name { flex: 2; }
.ad-email { flex: 2; display: flex;width: 38%; }
