

.pol_con {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
}

.pol_subcon {
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pol_right {
    flex: 0 0 280px;
    max-width: 280px;
    padding: 20px;
    -webkit-box-shadow: -1px 2px 39px -18px rgba(170,159,149,1);
    -moz-box-shadow: -1px 2px 39px -18px rgba(170,159,149,1);
    box-shadow: -1px 2px 39px -18px rgba(170,159,149,1);
}

faq_right_con {
    padding: 20px;
    /* box-shadow: 37px 56px 68px -62px rgba(129.99999999999997, 107.99999999999997, 94.99999999999999, 0.29); */
    
}
.pol_left {
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
}

.policy_con li a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    font-size: 14px;
}

.policy_con li {
    padding: 5px 0px;
}

.policy_con li a:hover {
    transition: color 0.3s ease-in-out;
}

.policy_con h3 {
    margin-bottom: 10px;
}

.pol_left h2 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}

.pol_left p {
    padding: 10px 0px;
    text-align: justify;
}

.pol_left h4{
    padding: 30px 0px 15px 0px;
}
.pol_left li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 22px;
    text-align: justify;
}
.pol_left li::before{
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    background: #000;
    left: 0px;
    top: 8px;
    border-radius: 50%;
}
.pol_right{
    position: sticky;
    top: 100px;
}

.pol_subcon h4{
    font-size: 20px;
    font-weight: 600;
}

.pol_subcon li{
    list-style:none;
}
.policy_con h3{
    font-size: 20px;
    font-weight: 600;
}

.pol_subcon h1{
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width:1024px){
    .pol_subcon{
        flex-wrap: wrap;
    }
    .pol_left{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }
}

@media screen and (max-width:768px){
    .pol_subcon{
        flex-wrap: wrap;
        width: 90%;
    }
}