.refund-policies-section{
    display: flex;
    justify-content: center;
    background-color: rgb(247 247 247);
    padding: 20px 0px;

}

.refund-policies-container{
    width: 80%;
}
p{
    text-align: justify;
}
p, .li{
    overflow-wrap: break-word;
    margin: 10px 0px;
    line-height: 26px;
    font-size: 19px;
}

ul{
    list-style-type:circle;
    margin: 10px 0px;

}

.tagline-headings{
    margin: 10px 0;
    font-size: 2.5vw;
    line-height: 4.5vw;
    text-align: center;
}

.policy-headings{
    margin: 10px 0px;
    font-size: 2vw;
    line-height: 4.5vw;
    text-align: center;
}




@media screen and (max-width:902px) {
    .tagline-headings{
        font-size: 5vw;
        line-height: 6.5vw;
        
    }
    
    .policy-headings{
        font-size: 4.3vw;
        line-height: 5vw;
    }
    
}


@media screen and (max-width:768px) {       
    .refund-policies-section{
        padding: 20px;
    }
}

@media screen and (max-width:546px) {
    .tagline-headings{
        font-size: 8.1vw;
        line-height: 8.8vw;
        
    }
    
    .policy-headings{
        font-size: 7.8vw;
        line-height: 8.5vw;
    }
    
}