#hero {
    min-height: 835px;
    padding: 100px 0;
    background: linear-gradient(145deg, #1B2157 6.17%, #2B3AB8 54.38%, #1A3A7A 93.83%);
    box-shadow: inset 0 12px 22px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}
#hero .container {
    width: 100%;
}
#hero .content {
    max-width: 620px;
}
#hero .tag {
    margin-bottom: 28px;
    color: #5EE9B5;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#hero .click {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}
#hero .image {
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero .image img {
    width: 100%;
    height: auto;
    max-width: 256px;
    aspect-ratio: 1/1;
    display: block;
}
#hero .content h1 {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 30px;
}
#hero .content p {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.8);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    #hero {
        min-height: auto;
    }
    #hero .content {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }
    #hero .content p {
        max-width: 100%;
    }
    #hero .click {
        justify-content: center;
    }
    #hero .image {
        margin-top: 60px;
    }
    #hero .content h1 {
        font-size: 58px;
        line-height: 66px;
    }
}
@media (max-width: 767px) {
    #hero {
        padding: 50px 0;
    }
    #hero .tag {
        margin-bottom: 22px;
        font-size: 11px;
        line-height: 17px;
        letter-spacing: 2.5px;
    }
    #hero .click {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    #hero .image {
        margin-top: 45px;
    }
    #hero .image img {
        max-width: 240px;
    }
    #hero .content h1 {
        font-size: 43px;
        line-height: 48px;
        letter-spacing: -0.8px;
    }
    #hero .content p {
        font-size: 16px;
        line-height: 27px;
    }
}

#overview {
    padding: 70px 0;
    background: #1A7548;
}

#overview .item {
    height: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#overview .icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
border-radius: 33554400px;
background: rgba(255, 255, 255, 0.20);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#overview .icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

/* --------- */
#overview .item h2 {
color: rgba(255, 255, 255, 0.90);
text-align: center;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
letter-spacing: 1.2px;
text-transform: uppercase;
    margin-bottom: 15px;
}

#overview .item p {
    max-width: 390px;
color: #FFF;
text-align: center;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #overview .column {
        margin-bottom: 50px;
    }

    #overview .column:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #overview {
        padding: 50px 0;
    }

    #overview .item {
        padding: 0 15px;
    }

    #overview .icon {
        width: 56px;
        height: 56px;
    }

    #overview .icon img {
        width: 24px;
        height: 24px;
    }

    #overview .item h2 {
        font-size: 12px;
        line-height: 18px;
    }

    #overview .item p {
        font-size: 16px;
        line-height: 23px;
    }
}

#facebook {
    padding: 50px 0;
    background: #111740;
}

#facebook .click {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
}

/* --------- */
#facebook .content h2 {
color: #FFF;
font-family: "Playfair Display";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 63px; /* 157.5% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #facebook .content {
        text-align: center;
    }

    #facebook .click {
        margin-top: 35px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    #facebook .content h2 {
        font-size: 36px;
        line-height: 44px;
    }
}


#mission {
    padding: 100px 0;
    background: #F5F2EB;
}
#mission .content {
    max-width: 620px;
}
#mission .tag {
    margin-bottom: 25px;
    color: #1A7548;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
#mission .click {
    margin-top: 40px;
}
#mission .click .btn-blue:hover {
    color: #2B3AB8;
}
#mission .image img {
    width: 100%;
    height: auto;
    max-width: 405px;
    aspect-ratio: 1/1;
    border-radius: 15px;
    object-fit: cover;
    display: block;
    margin-left: auto;
}
#mission .content h2 {
    color: #1B2157;
    font-family: "Playfair Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
}
#mission .content p {
    color: #525270;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
}
#mission .content p:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    #mission .content {
        max-width: 100%;
        margin-bottom: 60px;
    }
    #mission .image img {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    #mission {
        padding: 50px 0;
    }
    #mission .tag {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 2.5px;
    }
    #mission .content {
        margin-bottom: 40px;
    }
    #mission .image img {
        max-width: 100%;
    }
    #mission .content h2 {
        font-size: 38px;
        line-height: 45px;
    }
    #mission .content p {
        font-size: 16px;
        line-height: 27px;
    }
}

#eligibility {
    padding: 100px 0;
    background: #E8E5DC;
}

#eligibility .content {
    margin-bottom: 55px;
    text-align: center;
}

#eligibility .tag {
    margin-bottom: 20px;
color: #1B2157;
text-align: center;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
letter-spacing: 2.4px;
text-transform: uppercase;
}

#eligibility .item {
    min-height: 98px;
    height: 100%;
    padding: 25px 28px;
   border-radius: 10px;
border: 1px solid rgba(27, 33, 87, 0.15);
background: #FFF;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    gap: 18px;
}

#eligibility .icon {
    padding-top: 2px;
    color: #17814F;
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
}

#eligibility .bottom {
    margin-top: 20px;
    text-align: center;
}

/* --------- */
#eligibility .content h2 {
color: #1B2157;
text-align: center;
font-family: "Playfair Display";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
    margin-bottom: 0;
}

#eligibility .text p {
color: #1B2157;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 162.5% */
    margin-bottom: 0;
}

#eligibility .bottom p {
color: #525270;
text-align: center;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #eligibility .bottom {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    #eligibility {
        padding: 50px 0;
    }

    #eligibility .content {
        margin-bottom: 40px;
    }

    #eligibility .tag {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 2.5px;
    }

    #eligibility .item {
        min-height: 95px;
        padding: 22px 20px;
    }

    #eligibility .content h2 {
        font-size: 38px;
        line-height: 45px;
    }

    #eligibility .text p,
    #eligibility .bottom p {
        font-size: 15px;
        line-height: 23px;
    }
}

#apply {
    padding: 100px 0;
    background: #1B2157;
}
#apply .content {
    text-align: center;
}
#apply .click {
    margin-top: 40px;
}
#apply .click .btn {
    margin: 0 auto;
}
#apply .content h2 {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
#apply .content p {
    max-width: 850px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
@media (max-width: 767px) {
    #apply {
        padding: 50px 0;
    }
    #apply .click {
        margin-top: 35px;
    }
    #apply .content h2 {
        font-size: 38px;
        line-height: 45px;
    }
    #apply .content p {
        font-size: 16px;
        line-height: 26px;
    }
}
