/* Content */

div.content div.title h1 {
    font-size: 33px;
    font-weight: normal;
    color: #FAA21B;
    margin: 0px;
}

div.content div.title h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    color: #7a7d7a;
    line-height: 1em;

    width: 100%;
}

div.content {
    font-family: 'Artifakt';
    padding: 50px 350px;
}

/* Content with Background */
img.content-background {
    filter: saturate(90%) brightness(20%) hue-rotate(360deg);
    height: 500px;
    width: 100%;
    object-fit: cover;
}

div.content-thing {
    position: relative;
}

div.content-thing div.description-part {
    position: absolute;
    margin-left: 350px;
    font-family: 'Artifakt';
    top: 175px;
    left: 10px;
}

div.content-thing div.description-part h2 {
    margin: 0px;
    font-size: 30px;
    color: #e6e5e3;
    font-family: 'Artifakt';
    font-weight: normal;
}

/* Mobile */

@media screen and (max-aspect-ratio: 7.0 / 10.0) {

    div.content div.title h2 {
        width: inherit;
    }

    div.content {
        padding-left: 12px;
        padding-right: 12px;
        width: inherit;
    }

}