h1 {
    margin: unset;
}

h2 {
    font-size: 38px;
    margin: unset;
}

h3 {
    font-size: 38px;
    margin: unset;
}

section.content .large-intro img.konvolut {
    width: 100%;
}

section.content .large-intro div.header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: -10%;
    position: relative;
    z-index: 1;
}

section.content .large-intro div.header-wrapper h1 {
    font-size: 56px;
}

section.content .fullscreen-click .text-wrapper h3 {
    font-size: 48px;
}

section.content .fullscreen-click .text-wrapper {
    margin-bottom: -60px;
}

section.content .fullscreen-click .text-wrapper.left {
    float: left;
}

section.content .fullscreen-click .text-wrapper.right {
    float: right;
}

section.content .fullscreen-click img {
    width: 100%;
}

section.content .portal-hardware {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

section.content .portal-hardware .portal-hardware-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}

section.content .portal-hardware .portal-hardware-element img {
    width: 100%;
}

section.content .portal-hardware .portal-hardware-element .portal-hardware-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 350px;
    width: 100%;
    text-align: center;
}

section.content .portal-hardware .portal-hardware-element .portal-hardware-text h3 {
    font-size: 44px;
    margin-bottom: 30px;
}

section.content .portal-hardware .portal-hardware-element .portal-hardware-text span {
    font-size: smaller;
    font-weight: lighter;
}

section.content .portal-hardware .portal-hardware-element .portal-hardware-text p {
    margin: 8px;
}

section.content .portal-hardware .portal-hardware-element .portal-hardware-text .button {
    width: 50%
}

section.content .advantages {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

section.content .advantages svg {
    padding: 30px;
}

section.content .advantages .svg-wrapper {
    border-radius: 60%;
    width: 9vw;
    height: 9vw;
    max-width: 222px;
    max-height: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.content .advantages p {
    text-align: center;
    font-size: 32px;
    line-height: 32px !important;
}

section.content .contact-text p {
    max-width: 75%;
}

@media (max-width: 1200px) {
    section.content .fullscreen-click .text-wrapper {
        float: unset !important;
        margin-bottom: 0 !important;
    }

    section.content .fullscreen-click .text-wrapper.right {
        margin-bottom: 20px !important;
    }


    section.content .advantages .svg-wrapper {
        width: 155px;
        height: 155px;
    }
}

@media (max-width: 1000px) {
    section.content .advantages .svg-wrapper {
        width: 100px;
        height: 100px;
    }

    section.content .advantages p {
        font-size: 20px;
    }
}

@media (max-width: 777px) {
    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    section.content .portal-hardware {
        flex-direction: column;
        gap: 75px;
    }

    section.content .portal-hardware .portal-hardware-element {
        width: 100%;
    }

    section.content .portal-hardware .portal-hardware-element .portal-hardware-text {
        min-height: 270px;
    }

    section.content .large-intro div.header-wrapper {
        margin-bottom: unset;
    }

    section.content .advantages {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    section.content .advantages div.wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}