.policy section.banner {
    background-color: #80808024;
    text-align: center;
    height: 400px;
    display: flex;
    align-items: center;
}

.policy section.banner p {font-size: 20px;margin-top: 15px;line-height: 32px;font-weight: 500;}

.policy .section_space {
    padding: 80px 0px;
}

.policy .section_space p {
    font-size: 18px;
    color: #333333;
}

.policy .section_space h3 {
    color: #6a54f6;
    font-weight: 600;
    margin-top: 40px;
}

.policy .section_space h4 {
    font-size: 20px;
    font-weight: 500;
    color: black;
    padding-left: 20px;
}

.policy .section_space h4:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    display: block;
    background: #000;
    border-radius: 30px;
}

.policy .section_space .list_content {
    position: relative;
}

.policy .container.section_space h2 {
    font-size: 32px;
}

.policy .container.section_space h5 {
    font-size: 24px;
    color: #6a54f6;
    font-weight: 600;
}

.policy ul {
    list-style-type: disc;
}

.policy ul li{
    font-size:18px;
    line-height:30px;
}

.banner h2 {
    font-weight: 700;
    font-size: 50px;
}


@media(max-width : 767px ) {
    .banner h2 {
        font-size: 32px;
    }
    .policy section.banner p {
        font-size: 16px;
        line-height: 25px;
    }
}