.en-header {
    background-color: var(--basic-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}

.en-header img {
    height: 176px;
}

.en-header img:first-of-type {
    margin-right: 30px;
}

.en-content {
    max-width: 935px;
}

.en-content h1 {
    font-size: 30px;
    margin-bottom: 40px;
}

.en-content p {
    margin: 30px 0;
}

.en-content h2 {
    font-size: 25px;
    margin-bottom: -10px;
}

.en-content img {
    max-width: 100%;
}

.en-partner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.en-partner img {
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
}

.en-partner div {
    width: calc(100% - 285px);
}

.en-partner h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.en-partner p {
    margin: 0;
}

@media screen and (max-width: 800px) {
    .en-partner {
        flex-direction: column;
    }

    .en-partner h2 {
        margin-top: 50px;
    }

    .en-partner div {
        width: 100%;
    }

    .en-header {
        padding: 30px;
    }

    .en-header img {
        height: 100px;
    }
}