.migpostheader-block {
    background: #0b0b0b;
    color: #ffffff;
    text-align: center;
    padding: 180px 0px 80px;
}
.migpostheader-breadcrumb {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.migpostheader-breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.migpostheader-breadcrumb a:hover {
    color: #fff;
}
.migpostheader-sep {
    margin: 0 8px;
    color: #6e6e6e;
}
.migpostheader-badge {
    display: inline-block;
    background: #d4af37;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 11px 22px 8px;
    border-radius: 999px;
    margin-bottom: 28px;
}
.migpostheader-title {
    font-size: 50px;
    line-height: 1.25;
    font-weight: 500;
    max-width: 900px;
    margin: 20px auto 50px;
    color: #ffffff;
    letter-spacing: 2px;
}
.migpostheader-body {
    max-width: 700px;
    margin: 0 auto 28px;
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
}
.migpostheader-meta {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}
.migpostheader-dot {
    margin: 0 10px;
    background: #d4af37;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 90px;
    line-height: 6px;
    text-align: center;
}
@media ( max-width: 782px ) {
    .migpostheader-title {
        font-size: 30px;
    }
}
