.b-hero {
    width: 100%;
    background: linear-gradient(
            338deg,
            #006246 -22.5%,
            #01b27f 27.02%,
            #00d799 40.75%,
            #00a273 63.51%,
            #004531 95.96%
        ),
        linear-gradient(180deg, #00996d 0%, #008860 100%), #003828;
    margin-top: -174px;
    padding-top: 233px;
    padding-bottom: 70px;
    color: #fff;
}

.b-hero .width-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.b-hero h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.privacy-section1 {
    padding: 60px 20px;
    background-color: #f9f9f9;
    color: #333;
}

.privacy-section1-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.privacy-sec1-content-wrapper {
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.privacy-sec1-content-wrapper h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.privacy-sec1-content-wrapper h5 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
}

.privacy-text-1,
.privacy-text-2 {
    margin-bottom: 16px;
    line-height: 1.7;
    font-size: 16px;
}

.privacy-text-2 {
    color: #555;
}

.privacy-sec1-content-wrapper ul {
    margin-left: 20px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.privacy-sec1-content-wrapper ul li {
    list-style-type: disc;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.privacy-sec1-content-wrapper a {
    color: #01b27f;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.privacy-sec1-content-wrapper a:hover {
    color: #008860;
}

@media (max-width: 768px) {
    .b-hero h2 {
        font-size: 28px;
    }

    .privacy-sec1-content-wrapper {
        padding: 20px;
    }

    .privacy-sec1-content-wrapper h2 {
        font-size: 24px;
    }

    .privacy-sec1-content-wrapper h5 {
        font-size: 18px;
    }
}
