
.content {

    margin: 0 auto;
    padding: 20px;
    background-color: rgb(200 230 236);

}

.row_flotte {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.text, .image {
    flex: 1;
}

.image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media (max-width: 650px) {
    .row_flotte {
        flex-direction: column;
    }

    .reverse {
        flex-direction: column;
    }

    .image, .text {
        margin-bottom: 20px;
    }
    .content p {
        margin-right: 0px;
    }
    #tx1 {
        margin-left: 30px;
    }
}

.content ul {
    margin-right: 30px;
    font-size: 18px;
    color: rgb(36, 159, 187);
    line-height: 1.3;
    font-family: familjen-grotesk, familjen grotesk, sans-serif;
}

.reverse .text {
    margin-left: 30px;
}

.content h2 {
    font-size: 48px;
    margin-bottom: 10px;
    font-family: familjen-grotesk, familjen grotesk, sans-serif;
    color: rgb(36, 159, 187);
}
.content h3 {
    margin-bottom: 5px;
    font-family: familjen-grotesk, familjen grotesk, sans-serif;
    color: rgb(36, 159, 187);
}

.separator{
    width: 50px;
    height: 3px;
    background-color: rgb(36, 159, 187);
    margin: 0 0 20px 0;
}