h1 {
    font-size: clamp(23px, 7vw, 46px);
}

h2 {
    font-size: clamp(20px, 6vw, 32px);
}

h3 {
    font-size: clamp(19px, 4vw, 25px);
}

.banner-section {
    background-color: rgb(28, 62, 239);
    color: rgb(255, 255, 255);
    background-image: radial-gradient(rgba(255, 255, 255, 0) 0%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.25) 0%, transparent 10%);
    background-size: 20px 20px;
    background-position: 0 0, 40px 40px;
    background-repeat: repeat;
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.banner-section .zwc-sec-title {
    max-width: 760px;
    margin: 0 auto;
}

.flex-body {
    display: flex;
}

.right-content {
    max-width: 100%;
    margin: 94px auto 0;
}

.right-content .zwc-sec-title {
    margin-bottom: 70px;
}

.right-content .zwc-sec-title h2 {
    max-width: 600px;
}

.two-sec {
    margin-top: 50px;
}

.two-sec li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(204 204 204 / 33%);
}

.two-sec li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.two-sec li h3 {
    max-width: 200px;
    width: 100%;
}

.two-sec li p {
    width: 100%;
    max-width: 530px;
    margin-bottom: 0;
}

.single-para {
    padding-left: 20px;
}

.single-para li {
    list-style: disc;
}

.single-sec p {
    margin-bottom: 10px;
}

.single-sec li {
    margin-bottom: 40px;
}

.single-sec li h3::before {
    counter-increment: single-sec;
    content: counter(single-sec);
    margin-right: 10px;
    background-color: #b8fef7;
    padding: 2px 0 0 0;
    border-radius: 5px;
    width: 37px;
    height: 37px;
    text-align: center;
    display: inline-block;
}

.single-sec {
    counter-reset: single-sec;
    margin-top: 40px;
}

.single-sec p:last-child {
    margin-bottom: 0;
}

.card-items.single li {
    max-width: 48%;
}

.card-items.single li p {
    margin-bottom: 20px;
}

.card-items {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.card-items div[class*="set"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 48%;
    row-gap: 20px;
}

.card-items li p {
    margin-bottom: 0;
}

.card-items li {
    width: 100%;
    max-width: 100%;
    background-color: rgb(245, 248, 255);
    border-radius: 10px;
    padding: 30px;
}

.footer {
    padding: 90px 0px;
    text-align: center;
    background-color: rgb(21, 29, 58);
    color: rgb(255, 255, 255);
}

.footer h2 {
    max-width: 490px;
    margin: 0 auto 20px;
}

@media (max-width: 1200px) {
    .banner-section {
        padding: 70px 0;
    }

    .seo-aside-nav {
        margin-top: 70px;
        top: 40px;
    }

    .right-content {
        margin-top: 64px;
        max-width: 61%;
    }

    .right-content .zwc-sec-title {
        margin-bottom: 50px;
    }

    .two-sec li h3,
    .two-sec li p {
        max-width: 100%;
    }

    .footer {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .seo-page-template .right-content {
        max-width: 100%;
    }

    .seo-page-template .right-content .content-wrap {
        width: 100%;
    }

    .two-sec li p {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .card-items.single li {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .banner-section {
        padding: 60px 0;
    }

    .seo-page-template .right-content {
        margin-top: 40px;
    }

    .card-items div[class*="set"] {
        max-width: 100%;
    }

}