@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

.dromx-beginner-text {
    font-family: "Lobster", cursive;
    font-size: 42px;
    line-height: 1.3;
    text-align: center;
    color: #000;
    font-weight: 400;
    background: transparent;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .dromx-beginner-text {
        font-size: 24px;
        line-height: 1.35;
    }
}
.wissenswertes-lobster {
    margin: 0;
    padding: 0;

    font-family: "Lobster", cursive !important;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 400;

    color: #ffffff;
    text-align: center;
}

@media (max-width: 768px) {
    .wissenswertes-lobster {
        font-size: 24px;
        line-height: 1.35;
    }
}