.headline {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.headline .left-headline{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
    flex: 1 0 0%;
}
.headline .right-headline{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex: 1 0 0%;
}
.headline .left-headline i{
    display: flex;
    align-items: center;
    font-size: 44px !important;
    font-style: normal;
    color: #f36927;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.headline .left-headline .title-tagline-headline{
    margin-left: 15px;
    color: #4a6977;
}
.headline .left-headline .title-tagline-headline h2.title{
    font-size: 20px;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 600;
}
.headline .left-headline .title-tagline-headline h6.tagline{
    font-size: 13px;
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 0;
    font-weight: 400;
}