<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    font-size:16px;
}

.pt-100{
    padding-top:100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}
.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb-50{
margin-bottom:50px;
}


.main-heading-1 {
    font-size: 18px;
}
.main-heading-2 {
    font-size: 16px;
}



.main-heading{
    font-size:35px;
}

.custom-btn-1 {
    background: #fff !important;
    color: #0176d3 !important;
}


</pre></body></html>