.termsAndConditions {
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.termsAndConditions .termsAndConditionsHeading{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E4953F;
    font-weight: 700;
    font-size: 30px;
   
}
.termsAndConditions .spangleWelcome{
    font-size: 20px;
    color: #E4953F;
    font-weight: 500;
}
.serviceLeadingSection h4 .sn{
    font-size: 16px;
    font-weight: 700;
    color: #E4953F;
    margin-right: 2px;
}

.serviceLeadingSection h4 .st{
    font-size: 16px;
    font-weight: 400;
    color: #cf8a40;
    margin-bottom: 5px;
}
.serviceInfoContainer{
    margin-top: 5px;
}
.serviceLead{
    color: #cf8a40;
    font-weight: 400;
}
