section.content .takeo {
    min-height: 100vh;
    margin-bottom: 0;
}

.main-headline {
    margin-bottom: 30px;
}

.sub-headline {
    margin-bottom: 77px;
}

.coming-soon {
    border-radius: 70px;
    background-color: rgba(239, 125, 0, 0.66);
    backdrop-filter: blur(4px);
}

.coming-soon-text {
    font-size: 44px;
    padding: 48px;
    color: white;
    text-transform: uppercase;
}

section.content .heading {
    background-image: unset;
}

@media (max-width: 700px) {
    section.content .takeo {
        flex-direction: column-reverse;
    }

    .header-logo {
        max-width: 90%;
    }

    section.content .takeo .flex-left,
    section.content .takeo .flex-right {
        width: 100%;
    }

    section.content .takeo .flex-left .items {
        width: 100%;
        padding: unset;
        gap: 30px;
    }

    section.content .heading .items {
        padding: 0;
    }

    .main-headline {
        font-size: 36px !important;
    }

    .sub-headline {
        font-size: 28px !important;
    }

    section.content .takeo .flex-left .items div h2 {
        font-size: 44px;
    }

    .coming-soon-text {
        font-size: 38px;
        padding: 28px;
    }
}