@media (max-width: 425px){
    .logo {
        width: 12em;
        height: 15em;
        margin: 0 auto;
    }
    .links.white {
        float: left !important;
    }
    ul .links.white {
        float: unset !important;
    }
    .service {
        height:20em;
    }
    .ml-5 {
        margin-left: unset !important;
    }
    .char::before {
        height: 0;
    }
    .service-name {
        right: 2em !important;
    }
    .hob-char,
    .wolf-char {
        left: 0 !important;
        top: 0 !important;
    }
    .wolf-char {
        height: 25em;
    }
    .shape, .shape-2 {
        background-size: cover;
    }
    #slide-7 .dark-blue,
    #slide-8 .dark-blue {
        font-size: 1.7em;
    }
    footer .list-inline {
        padding-top: 1em;
    }
}
@media (width: 1024px) {
    h1 {
        font-size:3em !important;
    }
        .char::before {
            bottom: 0;
            height: 165px;
            left: -5px;
        }

    .service-char {
        width: 100%;
        height: 23em;

    }
}
@media (min-width: 768px) and (max-width:1230px){
    .hob-char {
        top: -5em !important;
        height: 30em;
    }
    .wolf-char {
        height: 30em;
    }
    .polter-char {
        height: 25em;
    }
    .shape .dark-blue {
        line-height: .95;
        font-size: 1.5em;
        padding-top: .45em !important;
    }
    .shape, .shape-2 {
        height: 4em;
    }
    .shape-2 .dark-blue {
        font-size: 1.5em;
        line-height: 1.9;
        margin-left: 3em;
    }
    .shape-2 {
        left: 3em !important;
        background-position-x: 4em !important;
    }
    #slide-7 .dark-blue {
        font-size: 1.3em;
    }
}
