@font-face {
    font-family: CronosBold;
    src: url(./fonts/CRONOS/CronosPro-Bold.otf);
}

@font-face {
    font-family: CronosRegular;
    src: url(./fonts/CRONOS/CronosPro-Regular.otf);
}

.cont-header{
    align-items: center;
    background: #070d69;
    /*background: linear-gradient(90deg, #030f57 9.31%, #070d69 50%);*/
    display: flex;
    flex-wrap: wrap-reverse;
    height: 140px;
    justify-content: start;
}

.tittel-header{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: CronosBold;
    font-size: 50px;
    margin-right: 40px;
    margin-left: 40px;
}

@media (max-width: 768px){
    .cont-header{
        height: 90px;
        justify-content: center;
    }
    .tittel-header{
        font-size: 25px;
        text-align: center;
    }
}