.refund-ul li{
    list-style: circle !important;
}

.refund-ul{
    padding-left: 20px;
}

.refund-title{
    font-weight: 400;
    font-size: 30px;
}

@media only screen and (max-width: 768.7px) {
    .refund-title {
        font-size: 27px !important;
    }
}