html {
    font-size: 62.5%;
}

/* poppins-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../font/poppins-v24-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.container {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 4.8rem);
}

#section-1 {
    background: url('https://www.mightier.com/wp-content/uploads/2026/01/mightier-background.jpg');
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-1 .container-inner {
    display: flex;
    gap: 70px;
}

#section-1 .container-one {
    background: #FFFCF5;
    border-radius: 10px;
    position: relative;
    padding: 20px 37px;
    flex-basis: 60%;
}

#section-1 .container-one ul {
    padding-left: 0;
    margin-bottom: 0;
}

#section-1 .yellow-shape {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#section-1 .main-container {
    position: relative;
}

#section-1 h1 {
    color: #012B60;
    text-align: center;
    font-family: Poppins;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 900;
    line-height: 3.8rem;
    margin-bottom: 0;
}

#section-1 .main-container h2 {
    color: #012B60;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#section-1 .container-one h2{
    margin-top: 5px;
}

#section-1 .container-bullet {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
    #section-1 .container-bullet {
        flex-direction: column;
    }
}

#section-1 .container-bullet li {
    color: #012B60;
    font-family: Poppins;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}

#section-1 .container-images {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    gap: 20px;
}

#section-1 .link-program {
    display: flex;
    padding: 10.79px 35.919px 10.79px 35.919px;
    justify-content: center;
    align-items: center;
    gap: 14.966px;
    color: #FFF !important;
    background: #0174DF;
    border-radius: 224.491px;
    font-family: Poppins;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-bottom: 25px;
    text-align: center;
}

#section-1 .link-program:hover {
    background: #0C99F1;
}

#section-1 .container-boston svg,
#section-1 .container-harvard svg {
    display: block;
    max-width: 100%;
}

#section-1 .ninety-day {
    color: #012B60;
    text-align: center;
    font-family: Poppins;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.2rem;
}

#section-1 .yellow-shape {
    position: absolute;
}

#section-1 .container-one .mightier-handbook {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#section-1 .container-two {
    position: relative;
    background: #FFFCF5;
    flex-basis: 40%;
    border-radius: 10px;
    padding: 25px;
}

#section-1 .container-two .mightier-skills {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#section-1 .container-two h2 {
    color: #012B60;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 900;
    line-height: 3rem;
    margin-bottom: 0;
}

#section-1 .container-two h3 {
    color: #012B60;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
}

#section-1 .container-two .subtitle {
    color: #012B60;
    text-align: center;
    font-family: Poppins;
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 3.8rem; /* 190% */
    margin-top: 7px;
}

#section-1 .container-two ul {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

#section-1 .container-two ul li {
    color: #012B60;
    font-family: Poppins;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem; /* 137.5% */
    text-align: center;
}

#section-1 .container-two .main-link {
    color: #0174DF;
    font-family: Poppins;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 175% */
    border-radius: 223.126px;
    border: 1.488px solid #0174DF;
    background: #FFF;
    text-decoration: none;
    text-align: center;
}

#section-1 .container-two .main-link:hover {
    background: #0C99F1;
    color: #FFF;
}

#section-1 .container-two .yellow-shape {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#section-1 .container-two .main-link {
    padding: 6.744px 35.919px 10.79px 35.919px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
    margin-top: 15px;
    margin-bottom: 15px;
}

#section-1 .bottom-disclaimer {
    color: #012B60;
    text-align: center;
    font-family: Poppins;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

@media screen and (max-width: 980px) {
    #section-1 .container-inner {
        flex-direction: column;
        gap: 40px;
    }

    #section-1 .container-two,
    #section-1 .container-one {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #section-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}