#hero {
    min-height: 530px;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 68% 98%, 32% 98%, 0 92%);
    clip-path: shape(from 0 0, line to 100% 0, line to 100% 92%, curve to 50% 98% with 82% 94% / 68% 98%, curve to 0 92% with 32% 98% / 18% 94%, close);
}

#hero .container {
    position: relative;
    z-index: 1;
}

#hero .content {
    max-width: 820px;
}

#hero .content h1 {
    color: #FFF;
font-family: "Neo Sans";
font-size: 55px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 98.182% */
    margin-bottom: 20px;
}

#hero .content h1 strong {
    color: #CDFF00;
    font-weight: 500;
}

#hero .content p {
    color: rgba(255, 255, 255, 0.90);
font-family: "Neo Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

#hero .content .click i {
    margin-left: 18px;
}

@media (max-width: 1200px) {
    #hero {
        min-height: 500px;
        background-position: 58% center;
    }
    
        #hero::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.08) 100%);
    }
}

@media (max-width: 767px) {
    #hero {
        min-height: 460px;
        padding: 50px 0;
        background-position: 62% center;
        clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 99%, 0 94%);
        clip-path: shape(from 0 0, line to 100% 0, line to 100% 94%, curve to 50% 99% with 82% 96% / 68% 99%, curve to 0 94% with 32% 99% / 18% 96%, close);
    }

    #hero::before {
        background: rgba(0, 0, 0, 0.52);
    }

    #hero .content h1 {
        font-size: 36px;
        line-height: 42px;
    }

    #hero .content p {
        font-size: 16px;
        line-height: 26px;
    }
}

#certifications {
    padding: 100px 0;
    background: #fff;
}
#certifications .group {
    margin-bottom: 70px;
}
#certifications .group:last-child {
    margin-bottom: 0;
}
#certifications .content {
    margin-bottom: 55px;
    text-align: center;
}
#certifications .item {
    height: 100%;
    min-height: 126px;
    padding: 30px 22px 26px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#certifications .click {
    margin-top: 18px;
}
#certifications .view {
    min-height: 30px;
    padding: 7px 20px;
    border: 1px solid #CDFF00;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
#certifications .view i {
    font-size: 14px;
    line-height: 1;
}
#certifications .content h2 {
    color: #000;
    text-align: center;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 0;
}
#certifications .content h2 strong {
    font-weight: 500;
}
#certifications .item h3 {
    color: #000;
    text-align: center;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    #certifications .content {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    #certifications {
        padding: 50px 0;
    }
    #certifications .group {
        margin-bottom: 50px;
    }
    #certifications .content h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

#hero .btn-green:hover{
    color: #fff;
}