html {
    --body-fontFamily: "Open Sans", sans-serif;
    --body-fontWeight: 400;
    --head-fontFamily: "Ubuntu", sans-serif;
    --head-fontWeight: 700;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    overflow: auto;
    min-height: 100vh;
    display: flex;
}

header {
    background-color: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
}

footer {
    background-color: rgb(24, 21, 21);
    color: rgb(255, 255, 255);
    flex: 1 1 0%;
}

.section {
    display: flex;
    background-image: url("https://images.unsplash.com/photo-1561484930-ac8e09d9cbc4?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwyNjI5NjF8MHwxfHNlYXJjaHwyMnx8U29mdHdhcmUlMjBEZXZlbG9wbWVudHxlbnwwfHx8fDE2NzY5OTQwMzY&ixlib=rb-4.0.3&q=80&w=1080");
    background-position: center center;
    background-size: cover;
    position: relative;

    min-height: 480px;
    align-items: center;

    flex-shrink: 0;
}

.journey-button {
    background: transparent;
    border-radius: 8px;
    color: rgb(247, 206, 62);
    border: 2px solid rgb(247, 206, 62);
    text-decoration: none;

    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 100%;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    --tw-text-opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.text-container {
    width: 100%;
    font-size: 6rem;
    line-height: 1;

    padding-top: 3rem;
    padding-bottom: 3rem;

    padding-left: 1.5rem;
    padding-right: 1.5rem;

    margin-left: auto;
    margin-right: auto;

    z-index: 10;

    position: relative;
    box-sizing: border-box;
}

.text-container-wrapper {
    text-align: left;
    max-width: 48rem;
    margin-left: 0;
    margin-right: auto;
}

.text-container-wrapper > h2 {
    color: rgb(255, 255, 255);
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 0;
    font-size: 48px;
    line-height: 56px;
}

.text-container-wrapper > p {
    color: rgb(255, 255, 255);
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;

    box-sizing: content-box;
}

.container > h3 {
    color: rgb(255, 255, 255);
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    box-sizing: border-box;
}

img {
    display: block;
    height: 40px;
}

footer > div {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

header > div {
    padding: 24px;
    align-items: center;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: auto auto auto;
}

@media (min-width: 640px) {
    .text-container {
        max-width: 640px;
    }

    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .text-container {
        max-width: 768px;
    }

    .journey-button {
        width: max-content;
        padding: 0.75rem 1rem;
    }

    .text-container-wrapper > p {
        font-size: 20px;
        line-height: 24px;
    }

    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .text-container {
        max-width: 1024px;
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .journey-button {
        margin-top: 2rem;
    }

    .container > h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    img {
        height: 80px;
    }

    footer > div {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    header > div {
        gap: 1.5rem;
    }

    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .text-container {
        max-width: 1280px;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .text-container-wrapper > h2 {
        font-size: 4.5rem;
        line-height: 1.25;
    }

    .text-container-wrapper > p {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .container > h3 {
        font-size: 32px;
        line-height: 40px;
    }

    footer > div {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    header > div {
        gap: 2.5rem;
    }

    .container {
        max-width: 1280px;
    }
}
