.intro-main {
    color: white;
    text-align: center;
    height: 100vh;
    height: 100svh;
    background: black;
    background-image: url('/images/planet.jpg?v3');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.global-footer {
    margin: 0;
}

.intro-main h2 {
    color: white;
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(6rem, 9vw, 25rem);
    margin: 14rem 0 0;
    font-weight: 700;
}

.intro-main h1 {
    color: white;
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(3.6rem, 5vw, 7rem);
    letter-spacing: 8px;
    margin: 1rem 0 0;
    text-shadow: 0 0 32px black;
    font-weight: 700;
}

.intro-main p {
    color: white;
    font-family: 'Orbitron', sans-serif;
    font-size: 5rem;
    max-width: 107rem;
    margin: 5rem auto;
    text-shadow: 0 0 32px black;
    font-weight: 500;
}

.intro-main p sup {
    font-size: 40%;
    top: -1.8rem;
}

.intro-main .btn.btn-primary {
    font-family: 'Orbitron', sans-serif;
    display: inline-block;
    margin: 0 0 40px;
    padding: 16px 24px;
    font-size: 22px;
    font-weight: 700;
}

.testimonial {
    background: var(--grey-light);
    padding: 54px 16px;
    position: relative;
    text-align: center;
    margin: 48px 0 0;
    border-radius: 8px;
}
.testimonial--rating img {
    width: 50px;
}
.testimonial--heading {
    font-size: 36px;
    line-height: 1.3em;
}
.testimonial--subheading {
    font-size: 22px;
    margin: 20px 0 0;
}
.testimonial--link {
    margin: 24px 0 0;
    display: inline-block;
    font-size: 20px;
    text-decoration: underline;
}
.outro-wrapper {
    margin: 0 0 24px;
    text-align: center;
}
.header-hero--subheading {
    margin: 0 0 24px;
    font-size: 5rem;
    font-weight: 600;
    line-height: 6.6rem;
    text-align: center;
}
a.header-hero--btn {
    font-size: 24px;
    background: var(--primary);
    background-size: 300% auto;
    padding: 18px 30px;
    border-radius: 8px;
    margin: 8px 0 40px;
    display: inline-block;
    font-weight: 600;
    color: var(--black);
    transition: .2s linear all;
}
a.header-hero--btn:hover {
    background: var(--primary-dark);
    text-decoration: none;
    transition: .2s linear all;
}
.shelf.upcoming-jobfairs {
    margin: 24px 0 74px;
}

@media (max-width: 1600px) {
    .intro-main p {
        font-size: 4rem;
    }
}

@media (max-width: 767px) {
    .testimonial--heading {
        font-size: 30px;
    }
    .testimonial {
        padding: 36px 24px;
        margin: 32px 0 0;
    }
    .intro-main h2 {
        margin: 11rem 0 0;
    }
    .intro-main p {
        font-size: 3rem;
        margin: 4rem auto;
    }
}

@media (max-width: 465px) {
    .intro-main p {
        max-width: 34rem;
    }
    .intro-main .btn.btn-primary {
        font-size: 18px;
        max-width: 34rem;
        width: 100%;
    }
    .intro-main h2 {
        margin: 16rem 0 0;
    }
    .intro-main {
        background-size: contain;
        background-position: center bottom;
    }
}

@media (max-width: 389px) {
    .intro-main h2 {
        margin: 12rem 0 0;
    }
    .intro-main p {
        font-size: 2.4rem;
        margin: 2rem auto;
    }
    .intro-main .btn.btn-primary {
        font-size: 16px;
        padding: 16px;
        max-width: none;
    }
}

@media (max-width: 375px) {
    .intro-main h1 {
        font-size: 2.6rem;
    }
    .intro-main h2 {
        font-size: 4rem;
    }
}
