.hero__section {
    background-color: #000000;
    color: #ffffff;
    margin-top: 3.75rem;
}
.hero__section .container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3rem;
}
.hero__section .container div:nth-child(2) {
    max-width: 300px;
    margin: 0 auto;
}
.hero__section .container div:nth-child(2) img {
    aspect-ratio: 1/1;
    width: 100%;
}
.hero_section_cta_wrapper > a {
    cursor: pointer;
    min-width: 10rem;
    max-width: 100%;
    text-decoration: none;
    font-size: 0.875rem;
    text-align: center;
    flex-basis: 100%;
}

.hero_section_cta_wrapper {
    margin-top: 1rem;
}

.hero_section_cta_wrapper > a {
    background-color: var(--primary);
    color: var(--white);
    border: none;
    padding: 1rem;
    display: inline-block;
    width: 100%;
}
.hero__section h1 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 3rem;
}
.hero__section p {
    font-weight: 300;
    font-size: 0.875rem;
    padding: 1rem 0;
    line-height: 1.875rem;
    max-width: 500px;
}
.accelerate-career__section p {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.875rem;
}
.accelerate-career__section .link-wrapper {
    display: flex;
    justify-content: center;
}
.bg__section {
    background-color: #f8f8f9;
    padding: 2rem 0;
}
.youtube__section {
    text-align: center;
}
.youtube__section h2,
.accelerate-career__section h2 {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding-bottom: 1.5rem;
}
.youtube__section .link-wrapper,
.accelerate-career__section .link-wrapper {
    padding-top: 2rem;
}
.youtube__section .link-wrapper a,
.accelerate-career__section .link-wrapper a {
    display: inline-block;
    background-color: var(--primary);
    color: white;
    padding: 1rem 2rem;
    max-width: 300px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 0.875rem;
}
.accelerate-career__section {
    padding: 2rem 0;
}
.accelerate-career__section .picture-grid__section {
    padding: 2rem 0;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.accelerate-career__section .picture-grid__section div {
    width: 100%;
    background-color: var(--text);
    height: 250px;
}
@media (min-width: 500px) and (max-width: 1024px) {
    .hero__section h1 {
        text-align: center;
    }
}

@media (min-width: 600px) {
    .hero_section_cta_wrapper > a {
        max-width: 19.75rem;
        margin: 0 auto;
    }
    .hero_section_cta_wrapper {
        display: flex;
        justify-content: center;
        padding-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .bg__section {
        padding: 4rem 0;
    }
    .youtube__section h2,
    .accelerate-career__section h2 {
        font-size: 2rem;
        line-height: 2.65rem;
        padding-bottom: 1.5rem;
    }
    .accelerate-career__section {
        padding: 5rem 0;
    }
    .accelerate-career__section .text__section {
        display: flex;
        gap: 3rem;
    }
    .accelerate-career__section .text__section * {
        flex: 1;
    }
    .youtube__section .link-wrapper {
        padding-top: 2rem;
    }
    .youtube__section .link-wrapper a {
        color: white;
        padding: 1.2rem 2rem;
    }
    .accelerate-career__section .picture-grid__section {
        padding: 4rem 0 2rem;
       }
}
@media (min-width: 1024px) {
    .hero_section_cta_wrapper {
        display: block;
        padding-bottom: 0;
    }

    .hero__section {
        margin-top: 3.75rem;
    }
    .hero__section .container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0;
    }
    .hero__section .container div:nth-child(2) {
        min-width: 500px;
        min-height: 500px;
        margin: 0;
    }

    .hero_section_cta_wrapper > a {
        cursor: pointer;
        min-width: 10rem;
        text-decoration: none;
        font-size: 0.875rem;
        text-align: center;
        flex-basis: 100%;
    }

    .hero_section_cta_wrapper {
        margin-top: 1.5rem;
    }

    .hero_section_cta_wrapper > a {
        background-color: var(--primary);
        color: var(--white);
        border: none;
        padding: 1rem;
        display: inline-block;
        width: 100%;
    }
    .hero__section h1 {
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .hero__section p {
        font-weight: 300;
        font-size: 1rem;
        padding: 2rem 0;
        line-height: 1.875rem;
    }
}
