
 .reviews h1{
    font-size: 24px;
    /* color: #fff; */
    width: fit-content;
    border-bottom: 2px solid ;
}

.policies{
    margin: auto;
    max-width: 1124px;
}

.tAndC .header-img{
    background: url("/assets/img/headerImgs/Terms\ and\ Conditions\ Page\ Header\ Image.png")no-repeat center center/cover;
}

.refund-policy .img-section{
    background: url("/assets/img/headerImgs/Refund\ Policy\ Page\ Header\ Image.png") no-repeat center center/cover;
}

.privacy-policy .privacy-header{
    background: url("/assets/img/headerImgs/privacyPolicy.png") no-repeat center center/cover;
}

.policies p{
    font-size: 15px;
    /* color: #fff; */
    
}
.policies h1{
    font-size: 1.5rem;
}


.right-text
{
    text-align: right;
}
.left-text
{
    position: relative;
    text-align: left;
}
