.cancellation-refund {
    background-color: #343434;
    padding: 100px 0 50px 0;
}

.cancellation-refund h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

.cancellation {
    background-color: #e8d8c4;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.cancellation h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.insector-list i{
    margin-right: 10px;
}