.btn-small-featured{
    width: 180px !important;
}

.answer-refund-calculator {
    border-bottom: 1px solid #f3d1bf;
}

.answer-refund-calculator a{
    color: #016b89;
    text-decoration: underline;
    font-weight: 600;
}

.section-heaing-sub-title a{
    color: #016b89;
    text-decoration: underline;
    font-weight: 600;
}

.no-padding{
    padding-right: 0px !important;
}

@media (max-width: 768px) {
    .btn-small-featured{
        width: 100% !important;
    }
}