body {
    background: #F7F8FB;
    overflow-x: hidden !important;
}

.iso-cert-hero {
    padding: 80px 60px;
    background: #F7F8FB;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iso-cert-hero .wrapper {
    width: 100%;
    max-width: 1260px;
    display: flex;
    gap: 40px;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}

.iso-cert-hero .wrapper h1 {
    color: #1E2F47;
    text-align: left;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    margin: 0;
}

.iso-cert-hero .wrapper .hero-text {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.iso-cert-hero .wrapper .hero-text h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 1px;
    margin: 0;
    color: #1E2F47;
}

.iso-cert-hero .wrapper .hero-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0;
    color: #1E2F47;
}

.law-enf-req-hero .wrapper .hero-text li {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0;
    color: #1E2F47;
}

@media screen and (max-width: 768px) { 
    .iso-cert-hero {
        padding: 40px 40px;
    }

    .iso-cert-hero .wrapper h1 {
        font-size: 40px;
    }

    .iso-cert-hero .wrapper .hero-text h2 {
        font-size: 26px;
    }

    .iso-cert-hero .wrapper .hero-text p {
        font-size: 14px;
    }

    .iso-cert-hero .wrapper .hero-text li {
        font-size: 14px;
    }

    .iso-cert-hero .wrapper .hero-text .link {
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) { 
    .iso-cert-hero {
        padding: 40px 20px;
    }

    .iso-cert-hero .wrapper h1 {
        font-size: 32px;
        line-height: normal;
    }

    .iso-cert-hero .wrapper .hero-text h2 {
        font-size: 20px;
        line-height: normal;
    }
}