.wanted-noticeline {
    background-size: cover;
    position: relative;
    z-index: 0;
    font-family: 'Roboto'
}

.wanted-noticeline:after {
    content: '';
    display: block;
    background-color: rgba(206,0,0,.8);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1
}

.wanted-noticeline .noticeline-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wanted-noticeline .noticeline-content .noticeline-headline {
    font-size: 1.625rem;
    letter-spacing: 1.625rem;
    line-height: 1.875rem;
    font-weight: 300;
    margin: 70px 0 50px
}

.wanted-noticeline .noticeline-content .noticeline-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wanted-noticeline .noticeline-content .noticeline-phone i {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 2.75rem
}

.wanted-noticeline .noticeline-content .noticeline-phone span {
    font-size: 4rem;
    line-height: 4.6875rem;
    font-weight: 700
}

.wanted-noticeline .noticeline-content .noticeline-phone p {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    font-weight: 500;
    text-align: left;
    margin: 0 0 0 5px
}

.wanted-noticeline .noticeline-content .noticeline-seperator {
    max-width: 775px;
    width: 100%;
    margin: 15px auto;
    overflow: hidden
}

.wanted-noticeline .noticeline-content .noticeline-seperator:before {
    content: '//////////////////////////////////////////////////////////////////////////////////////';
    display: block;
    font-size: .875rem;
    letter-spacing: .3125rem;
    line-height: .875rem;
    font-weight: 300
}

.wanted-noticeline .noticeline-content .other-hotlines {
    max-width: 775px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 75px auto;
    text-align: left
}

.wanted-noticeline .noticeline-content .other-hotlines .hotline-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wanted-noticeline .noticeline-content .other-hotlines .hotline-column .hotline-logo {
    background-origin: content-box;
    padding: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 110px;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    max-height: 110px;
    height: 100%;
    background-color: #fafafa
}

.wanted-noticeline .noticeline-content .other-hotlines .hotline-column .hotline-logo:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    padding-bottom: 100%
}

.wanted-noticeline .noticeline-content .other-hotlines .hotline-column .hotline-header {
    font-size: 1.375rem;
    line-height: 2.25rem;
    font-weight: 500
}

.wanted-noticeline .noticeline-content .other-hotlines .hotline-column .hotline-number {
    font-size: 2.625rem;
    line-height: 3.0625rem;
    font-weight: 700
}

@media(max-width: 991.98px) {
    .wanted-noticeline .noticeline-content {
        padding:0 30px
    }
}

@media(max-width: 767.98px) {
    .wanted-noticeline .noticeline-content .noticeline-headline {
        font-size:1.375rem;
        letter-spacing: .75rem;
        margin: 40px 0 20px
    }

    .wanted-noticeline .noticeline-content .noticeline-seperator {
        max-width: 100%
    }

    .wanted-noticeline .noticeline-content .other-hotlines {
        text-align: center;
        margin-bottom: 25px
    }

    .wanted-noticeline .noticeline-content .other-hotlines>.row>div .hotline-column .hotline-header {
        font-size: 1.125rem;
        line-height: 1.375rem
    }

    .wanted-noticeline .noticeline-content .other-hotlines>.row>div .hotline-column .hotline-number {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .wanted-noticeline .noticeline-content .other-hotlines>.row>div:not(:last-of-type) {
        margin-bottom: 20px
    }
}
