.policy_heading {
    color: #000;
    text-align: center;
    /* font-family: Open Sans; */
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.policy_container {
    /* min-height: 50vh; */
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 40px;
   
}

.section2_heading {
    color: #000;
    /* font-family: Open Sans; */
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.paragraph {
    color: #4F4F4F;
    /* font-family: Open Sans; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.bi-dot {
    -webkit-text-stroke: 2px;
}

@media screen and (max-width:778px) {
    .policy_heading {
        font-size: 42px;
    }
    .paragraph {
        text-align: justify;
    }
}

@media screen and (max-width:546px) {
    .policy_container {
        border-bottom: none;
    }

    .policy_heading {
        font-size: 32px;
    }
    .section2_heading {
        font-size: 24px;
    }
    .paragraph {
        padding-right: 6px;
    }
}