/* terms and conditions page page */
.terms-and-conditions-page-container{
    position: absolute;
    top: 90px;
    width: 100%;
    height: calc(100vh - 90px);
    overflow: auto;
    padding: 10px 20px 10px 35px ;
    font-family: var(--font-medium-gil);
}
.terms-and-conditions-page-heading{
    text-align: center;
    font-family: var(--font-bold-gil);
    padding: 20px 0 20px 0;
    font-size: 20px;
    font-weight: 900;
}

.terms-and-conditions-page-subheading{
    margin: 20px 0;
    font-weight: 800;
    line-height: 1.2;
}
.terms-and-conditions-text-container{
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 500;
    font-size: 15px;
}
.terms-and-conditions-text-container ol{
    list-style-type: none;
}
.terms-and-conditions-page-list h4{
padding: 10px 0 0 ;
font-weight: 900;
}
.terms-and-conditions-page-list p{
margin: 10px 0;
font-weight: 500;
font-size: 15px;
}